troubles using "mv" moving folders to network path.
My script
option batch abort
option confirm off
open connection
mv "*.*" \\\\ess-raddon\\e\\phonecalls\\\*\.\*
exit
fails and gives
Error moving file 'BUS4596555' to '\\ess-raddon\e\phonecalls\*.*'.
No such file or directory.
Error code: 2
Is it because i'm trying to move folds and not files?
option batch abort
option confirm off
open connection
mv "*.*" \\\\ess-raddon\\e\\phonecalls\\\*\.\*
exit
fails and gives
Error moving file 'BUS4596555' to '\\ess-raddon\e\phonecalls\*.*'.
No such file or directory.
Error code: 2
Is it because i'm trying to move folds and not files?