calling CFexecute from local drive to a a remote drive

2008-02-09 Thread Lana Lim
Can CFexecute run a batch file on a remote drive? If I were to map a remote drive as z:\, can I just use the following? cfexecute name=z:\windows\psexec.exe timeout=30 arguments=\\10.100.50.119 -u user1 -p testpsw C:\Fcidata\fciprod\scpt_bat\MatchStart.bat” /cfexecute

RE: calling CFexecute from local drive to a a remote drive

2008-02-09 Thread Dave Watts
Can CFexecute run a batch file on a remote drive? If I were to map a remote drive as z:\, can I just use the following? cfexecute name=z:\windows\psexec.exe timeout=30 arguments=\\10.100.50.119 -u user1 -p testpsw C:\Fcidata\fciprod\scpt_bat\MatchStart.bat”