Nice tutorial Doc_Koordinate! I took it a little further.
Here's what I did on WinXP (steps #4-8 are optional).
How to mount your ImDisk Virtual Disk removable media drive automatically at system startup:
1. Create your removable media drive file with ImDisk Virtual Disk (F:\SDEXPRO32GB will be used for this example).
2. Create a text file with "imdisk -a -f F:\SDEXPRO32GB -o rem -m V:" (remove the quotes) and save it as "SDEXPRO32GB Mount.bat".
3. Right-click on the "SDEXPRO32GB Mount.bat" file and choose "Create Shortcut" (you can then remove the ".bat" part off of the end of the created shortcut name).
4. Right-click on the shortcut and choose "Properties".
5. In the "Run:" field choose "Minimized" from the drop-down arrow options.
6. Click on the "Change Icon..." button, (you will the get a warning that "The file "F:\SDEXPRO32GB Mount.bat" contains no icons.") click "OK".
7. Click on the "Browse..." button, then in the "Files of type:" field choose "All Files" and go to/choose "C:\Windows\system32\imdisk.cpl".
8. Press the "Open" button & choose the gold disk icon (the same program icon used for ImDisk Virtual Drive in your Control Panel), then press "OK", "OK".
9. Copy/Paste the "SDEXPRO32GB Mount.bat" shortcut into your system "Startup" folder.
Your system will now automatically mount your SDEXPRO32GB ImDisk Virtual Disk removable media drive as drive "V:\" at each startup.
How to create shortcut to unmount your "V:\SDEXPRO32GB" ImDisk Virtual Disk removable media drive:
Skip Steps #1 & 9 from above and replace Steps #2 & 3 (again, steps #4-8 are optional) with the below:
2. Create a text file with "imdisk -d -m V:" (remove the quotes) and save it as "Unmount SDEXPRO32GB.bat".
3. Right-click on the "SDEXPRO32GB Unmount.bat" file and choose "Create Shortcut" (you can then remove the ".bat" part off of the end of the created shortcut name).
Explanation of the command line options used in the .bat file created in Step #2 of the "How to mount..." 1st tutortal above (for "imdisk -a -f F:\SDEXPRO32GB -o rem -m V:"):
The above commands tell ImDisk Virtual Disk (imdisk) to attach (-a), a 'DOS-style' path (-f) of the "F:\SDEXPRO32GB" disk file, set it's option (-o) as removable media (rem), assign it a mount point (-m) of drive letter of "V:".
BTW, the current stable version of ImDisk Virtual Disk is 1.7.5 built 14 June 2013.
Many command line options for this wonderful tool are available as shown below:
Code:
Please Login or Register to see the links
Bookmarks