
digioleg54
User
Jun 9, 2016, 12:22 PM
Post #1 of 2
(9866 views)
|
How to move perl process on Windows to another server
|
Can't Post
|
|
I have a Perl program on my local machine and it always shows the error: CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. The syntax of the command is incorrect. The reason is that I run it on local machine. But we have a server ABC and queue 1 on it. Can I dynamically move my program from local machine to that server and queue? I mean , probably, I have to put some line to each Perl script and module, so that it was moved and work on that server and queue. Can somebody help me?
|