Skip to content

Instantly share code, notes, and snippets.

@mk8d4
mk8d4 / keybase.md
Last active September 11, 2019 14:09

Keybase proof

I hereby claim:

  • I am masonkarle on github.
  • I am masonkarle (https://keybase.io/masonkarle) on keybase.
  • I have a public key ASBYkYFonj12urO4Pk3z50rJjZcwRf4yqi5oopmWVzi2Vwo

To claim this, I am signing this object:

@mk8d4
mk8d4 / MountVHD.cmd
Created November 16, 2015 15:21 — forked from nicjansma/MountVHD.cmd
MountVHD and UnMountVHD: Allows you to mount .VHDs in Windows 7 from the command-line. http://nicj.net/2012/01/04/mounting-vhds-in-windows-7-from-a-command-line-script
@echo off
setlocal enabledelayedexpansion
if {%1}=={} (
echo Usage: %~nx0 [vhd] [letter]
exit /b 1
)
set vhdPath=%~dpnx1
set driveLetter=%2