Jump to content
xisto Community
niran

Try This Out! Virtual Drives For Your System!

Recommended Posts

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

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

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:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.