niran 0 Report post Posted April 28, 2007 Try this out..... Copy following code: cmd /c for %a in (d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do subst %a: %windir% Press start menu > run > paste the code > press enter Now open (your) My computer… . .. … Run this command to remove the virtual drives. cmd /c for %a in (d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do subst %a: /D Best Regards, Niru Share this post Link to post Share on other sites
Danmidas 0 Report post Posted April 28, 2007 Yeah, i use that to manage my FTP folders and sharing folders aswell as shortcutssome people say its a Windows Exploit Share this post Link to post Share on other sites
polarysekt 0 Report post Posted December 5, 2007 essentially you're outlining the SUBST command....whereas:SUBST [drive letter]:[path] would do an individual path to an individual drive letter...now, if only they allowed one to use this on .iso files ... like "mount -loop .... etc..." Share this post Link to post Share on other sites
ethergeek 0 Report post Posted December 6, 2007 essentially you're outlining the SUBST command....whereas:SUBST [drive letter]:[path] would do an individual path to an individual drive letter...now, if only they allowed one to use this on .iso files ... like "mount -loop .... etc..." Funny, I can mount ISO images out of the box on OS X and Linux...you'd think windows would pick up this feature...oh wait, aren't ISO files how people pirate windows and windows software? I see a motive for microsoft in this one. Anyway, just grab Daemon Tools. It's freeware, and will let you mount ISO images (among others) as disks, all with a shiny graphical interface that windows users collectively get all hot and bothered over Share this post Link to post Share on other sites
ApioxCore 0 Report post Posted December 25, 2007 that is like....alcohol120% or daemon tools?or something like that?welli going to try thatsorry 4 my bad english im from chile Share this post Link to post Share on other sites
wutske 0 Report post Posted December 26, 2007 (edited) woot, more windows command line tricks .Probably not going to use this too often, I already have to many (virtual) drives in my computer . Edited December 26, 2007 by wutske (see edit history) Share this post Link to post Share on other sites
kxrain 0 Report post Posted January 9, 2008 i think virtual drives are memory eater... Share this post Link to post Share on other sites