PDA

View Full Version : Execute a batch file on a remote computer by invoking it from a perl code on client


code
08-14-2004, 05:40 AM
Hi all,

This is the scenario.

SysA and SysB , both are client computers (Windows 2000 or Xp)

1) Generate a batch file from sysA using perl.
2) upload that batch file to sysB using ftp.
3) invoke/execute the uploaded batch file on sysB by a perl code from sysA.

Please help me in finding a solution for executing the batch file on sysB. :D