$exe_dir=\\\\nyadpfi\\pfi\\report (which is UNC path format)

my $executable_1 = $exe_dir."\\Compute5.exe"; my $executable_2 = $exe_dir."\\Engine.exe"; my $executable_3 = $exe_dir."\\Engtoacc.exe"; my $executable_4 = $exe_dir."\\Listvj.exe";

Then we run it:

Running IJ 4 of 4:\\nyadpfi\pfi\report\Listvj.exe \\nyadpfi\pfidata\IJ +.682.ICEI. 94zfvVoehcqG8.NY10T44.20160609.prm -i:\\nyadpfi\pfi\core\pam_unc.ini

\\nynas1\nynds4\vol2\DATA\INVACCT\Fund_Recs_PFI' is output dir. and the error message is:

'\\nynas1\nynds4\vol2\DATA\INVACCT\Fund_Recs_PFI' 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.

I think we have to make if as:

G:\\INVACCT\\Fund_Recs_PFI'

Please advise

Thanks,

Oleg


In reply to Re^4: How to move perl process on Windows to another server by digioleg54
in thread How to move perl process on Windows to another server by digioleg54

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.