Hello jeremyu,
Do you run that batch as Administrator or do you use your username?
You should always use the credentials of the user in the task that did successfully run the batch file.
Also keep in mind that due to security reasons the execution of the cmd.exe that is used everytime when a batch file is executed (the command processor) is just permitted for members of the administrators group AND interactive users (i.e. logged on users)
Regards,
Tolomir
Main Topics
Browse All Topics





by: jeremyuPosted on 2008-08-26 at 20:22:03ID: 22321589
Sorry, that command should read :
D:\localfolder > D:\log.txt
rar.exe u -hppassword -as \\server\share\archive.rar
thanks