When I need to run a macro remotely into second system, I run the command:
==>msnet.exe 192.168.1.10 6666 732_task.scp
This works fine most of the time... but when I keep running all my tests remotely, notice the error "specified macro does not exist"
Now, I have to run macro using command
==>msnet.exe 192.168.1.10 6666 732_task
notice, above script file without ".scp" extension!
This has become so difficult because, I have to keep changing my automation suite test parameter file to remove the extension at times and put back the extension.
Help required badly

Ruchi