Thread: Need Help
View Single Post
  #6  
Old 21-11-2002, 16:01
thebluegr thebluegr is offline
Member
 
Join Date: Nov 2002
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
thebluegr is on a distinguished road
Which software would that be?

Taking a wild guess, I would say that when the program is copied to the hd, it can't find its cd-key checking dll because it expects it to be in the root directory of the drive. Try copying any *.dll files to the hd's root and see if that helps.

Also, try using subst to create a new drive out of that folder, i.e. if your folder is in c:\ihatethisprog try issuing the command:

subst z: c:\ihatethisprog

and then run it from z

To delete this virtual drive, type
subst z: /d

thebluegr
Reply With Quote