Hmmm ...
seems to be a quotation puzzle ...

If
move /y "c:\my documents\*.doc" "\\NTSERVER1\cdrives$\pc_010\"

works on the commandline ,

this should work in Kix :

code:

shell '%ComSpec /c move /y "c:\my documents\*.doc" "\\NTSERVER1\cdrives$\'+@wksta+'\"'

Jochen

ps. note the single quotation wraps the shell string (w/o @wksta) so that the double quotation is treated as part of the string !

[ 16 October 2001: Message edited by: jpols ]

_________________________