[gvd-users] RE: No file Found --- files are rcped.

Rosenzweig, Daniel Z (Dan), NNAD gvd-users@lists.act-europe.fr
Tue, 18 Dec 2001 08:20:09 -0500


It's the rcp command I'm trying to wrap (not rsh).
Doing
cmd /c c:\giv\bin\danrcp.bat

Where danrcp.bat just contains=20
c:\winnt\system32\rcp.exe %1 %2 %3 %4 %5 %6 %7=20
sleep 5

(A few extra positional parameters, just in case they are needed... it =
works on the command line just fine.)

I still get an "Unexpected error". I tried using quotes  for the =
invocation of the batch file - to no avail. Any ideas?

Thanks again!

----
GVD will not be able to launch a .bat file directly, because batch files =
are not
treated like exe files under windows, so you need to specify
cmd /c batch file for the rsh command.