From c02a988bda6724dcbd1d689be2010ce55de59368 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 25 Nov 2018 08:51:51 +0200 Subject: Storage Module! --- Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt | 5 +++++ Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt (limited to 'Software/Visual_Studio/Notes/Tango.Notes') diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt new file mode 100644 index 000000000..2f92bf6f0 --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt @@ -0,0 +1,5 @@ +#Create Virtual Removable Drive +imdisk -a -s 10M -m R: -o rem -p "/fs:ntfs /q /y" + +#Remove Virtual Drive +imdisk -D -m R: \ No newline at end of file diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj index 66f30b1a4..e21ec34aa 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj +++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj @@ -45,6 +45,7 @@ + @@ -52,7 +53,7 @@ - + \ No newline at end of file -- cgit v1.3.1