vb.net System.Diagnostics.Process execute perl remotely on server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prasad12345
    New Member
    • Jan 2013
    • 1

    vb.net System.Diagnostics.Process execute perl remotely on server

    comstr = "\\127.66.150.1 53\Atomos\ Scripts\iometer .pl " + targetsys + " " + DeployOs + " " + testtl

    I am giving path of exe perl file and argument, but perl file is not executed.
    I am able execute the same in my machineif i give the local path.

    System.Diagnost ics.Process.Sta rt("\\127.66.15 0.153\bin\perl. exe", comstr)
Working...