Quote:
Originally Posted by DTuserW7
I created a hard link to DTLite.exe called DTpro.exe by doing MKLINK /H "path to DT folder\DTpro.exe" "path to DT folder\DTLite.exe"
|
I think this applies only on Windows Vista and newer. On Windows XP you can use:
Code:
fsutil hardlink create "C:\Program Files\DAEMON Tools Lite\daemon.exe" "C:\Program Files\DAEMON Tools Lite\DTLite.exe"
for DTLite. For default installation folder you can simply copy and paste above command into Start->Run... and execute. Remember that hard link will not work on FAT partition!