aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes/Tango.Notes
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes')
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/PPC/Virtual Flash Drive.txt5
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj3
2 files changed, 7 insertions, 1 deletions
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 @@
<ItemGroup>
<Content Include="Azure\SQL Database.txt" />
<Content Include="PPC\Remote Debugging.txt" />
+ <Content Include="PPC\Virtual Flash Drive.txt" />
<Content Include="PPC\Windows 10 LTSB.txt" />
<Content Include="PPC\Touch.txt" />
<Content Include="VMWare\License Key.txt" />
@@ -52,7 +53,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
+ <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file