how can make a batch file that will mount a iso file?
I have a ISO game file that I have to mount with virtual clone drive every time I turn on the computer. So I want to make a simple batch file that mounts the ISO file w开发者_如何学Goith the VCD program automatically. With this I can click on the batch and let it do the "extensive" work for me :P. All help will be appreciated, thanks.
Unless you really have to use that VCD program you could try FileDisk utility: http://www.acc.umu.se/~bosse/
Here are some usage examples: http://david.gardiner.net.au/2007/10/mounting-iso-files-from-command-line.html
try:
explorer.exe c:\Image.iso
I don't know how to make it use a specific drive letter - it looks like it just uses the first available.
精彩评论