676
Finished Programs / Re: Move Installed programs from one drive to another.
« Last post by skrommel on February 23, 2006, 11:31 AM »
This could easily be done using SUBST, _before_ you install any programs.Just open a command prompt, write SUBST V: C:\Movable_Files and you've got a virtual drive V: pointing to C:\Movable_Files. Now install your programs to V:\Program Files or something.
Also make a STARTUP.CMD-file with this command and put it in your startup folder.
Later you can move the folder Movable_Files to D:\ or wherever and have everything working as always by updating the SUBST command: Write SUBST V: /D to delete the existing mapping, and SUBST V: D:\Movable_Files to map V: to the new location.
Skrommel

Recent Posts
MultiMonMan 
That sound righ, if you ask me. The A_TimeIdle is disturbed by a MouseMove, that's why I wanted to use A_TimeIdlePhysical.
And we're back to square one...
TrayScreenSaver
Just to help you learn AHK...
HideDesktop