Copyright VirtualSim 2004-2020 - All rights reserved
Changing Partition
If VirtualSim products has already being installed on C: (previous version or current), do:
Move the D:/VirtualSim directory to the other partition (ie: D:/VirtualSim)
On Windows, select Start -> All Programs -> Accessories -> Command Prompt
Right-click on Command Prompt and select Run as Administrator menu to elevate the command
On the console type: mklink /J "D:/VirtualSim" "D:/VirtualSim" to create a junction (directory link) telling the OS that D:/VirtualSim folder is now equal to D:/VirtualSim
You do not need to change anything in the environment variable nor any of your settings.
If VirtualSim products has not being installed yet, do the following:
Create the VirtualSim directory on the partition you want (ie: D:/VirtualSim)
On Windows, select Start -> All Programs -> Accessories -> Command Prompt
Right-click on Command Prompt and select Run as Administrator menu to elevate the command
On the console type: mklink /J "D:/VirtualSim" "D:/VirtualSim" to create a junction (directory link) telling the OS that D:/VirtualSim folder is now equal to D:/VirtualSim