UNSOLVED

wayne18

updated

9 years ago

W

wayne18

1 Rookie

21 Posts

0

1987

September 8th, 2017 07:00

savepnpc

Hi

I have a res named MEDITEC_PROXY_IDR.res

with below.

type: savepnpc;

precmd: "C:\\Program Files\\EMC NetWorker\\nsr\\bin\\nsr_MEDITECH_PROXY_IDR_start.bat";

pstcmd: "C:\\Program Files\\EMC NetWorker\\nsr\\bin\\nsr_MEDITECH_PROXY_IDR_end.bat";

the bat files are

start bat

"C:\shlib\Plink.exe "meditech@10.192.110.171" -pw meditech -ssh -v -m c:\shlib\RP_MT_Pre_backup.cli"

end is

"C:\shlib\Plink.exe "meditech@10.192.110.171" -pw meditech -ssh -v -m c:\shlib\RP_MT_Post_backup.cli"

i have deleted the lock in nsr/tmp.

when i run i get the following error in log

2017-09-08 03:56:17 PM preclntsave: Starting up the precmds.

2017-09-08 03:56:17 PM preclntsave: No commands specified to be run.

i have the dual backslashes in my .res can someone please help me?