Unable to use Robocopy in Vista

I have a computer that is running Vista HP on its original C\: drive, that has a maintainance program that was preinstalled on my pc. I also purchased Vista Ultimate (retail version), that is installed as a dual boot. I originally ran HP for the business, running a program that used Sql Server, but it became corrupted, and was unable to be fixed, so I abandoned the drive with HP (C:\) and only use the drive with Ultimate (M:\) on it.
I realize you cannot simply copy a program from one drive to another, because it will not result in an installed program. I am hoping that Robocopy will be my answer. I tried the following steps:
I created a folder on my M:\ drive, the drive I now use, with the same program name as the original program on C:\. I then tried to run a command prompt script, with Administrative priviledges.
ROBOCOPY C:\Program Files\[program name] M:\Program Files\[program name]
Each time I run it, I get an error message:
Robocopy is not recognized as an internal or external command, operable program or batch file.
I realize I may have been able to add several switches to the script, but for some reason, my computer doesn't even want to recognize the Robocopy command.
Any advise would be appreciated.
Thanks
Dave
 

My Computer

It appears that robocopy is not in the path environment variable and the command prompt cannot find it. If it is in the normal location (\windows\system32) this should not happen.

But robocopy will not solve your problem. Installed applications have registry entries, and often other things as well, associated with them. Only the application installer knows about these things and only it can properly install an application. Robocopy has no hope of doing this.
 

My Computer

It appears that robocopy is not in the path environment variable and the command prompt cannot find it. If it is in the normal location (\windows\system32) this should not happen.

But robocopy will not solve your problem. Installed applications have registry entries, and often other things as well, associated with them. Only the application installer knows about these things and only it can properly install an application. Robocopy has no hope of doing this.

Thanks for the feedback. I checked the location for Robocopy, and it is there. I don't understand why the script didn't run, in spite of the fact, as you state, it wouldn't solve my problem. It should have, at least, copied the folder.
Thanks
Dave
 

My Computer

Back
Top