in reply to Open: Invalid Argument

# remsh kirk -n "d:\perl\bin\perl d:\qad\srcmgr\mv_prog.pl -t -f d:\qa +d\srcmgr\prog.lst"

Those backslashes won't make it through to the NT box. Either double them up, use single quotes instead of double or (I believe) you can use forward slashes instead.

Replies are listed 'Best First'.
Re^2: Open: Invalid Argument
by cdarke (Prior) on Jun 01, 2007 at 16:10 UTC
    Or use single quotes instead of double.
    Update: Sorry, ignore that