Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Replying to Try This Out! Virtual Drives For Your System!


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

kxrain

Posted 09 January 2008 - 02:57 AM

i think virtual drives are memory eater...

wutske

Posted 26 December 2007 - 12:38 PM

woot, more windows command line tricks ;) .
Probably not going to use this too often, I already have to many (virtual) drives in my computer ^_^ .

ApioxCore

Posted 25 December 2007 - 02:43 PM

that is like....
alcohol120% or daemon tools?
or something like that?
well
i going to try that
sorry 4 my bad english im from chile

ethergeek

Posted 06 December 2007 - 03:18 PM

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 :rolleyes:

polarysekt

Posted 05 December 2007 - 03:43 AM

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..."

XPkiller

Posted 28 April 2007 - 11:31 AM

Yeah, i use that to manage my FTP folders and sharing folders aswell as shortcuts

some people say its a Windows Exploit

Niru

Posted 28 April 2007 - 11:19 AM

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

Review the complete topic (launches new window)