Hi,
Thanks again...
but, the fact is this: i have a couple of servers at another place. I have a set of perl scripts each copied into these servers and one has to run it in the CMD to execute.
What i want is, instead of waiting for someone to explicitly execute it one those servers( 8 of 'em), would like to exececute it from here using a socket - server, client method.
These are the inputs required :
machine name, location of script.
and the script has to do the following:
get some inputs from the user, and pass these inputs to a script on the server.
The script on the server, works on these inputs in the database on that server, and populates a .csv file.
I can later copy that .csv file and generate reports.
All these functions are done via the command line. All my perl scripts are converted to exe using perl2exe, so that perl need not be installed in the server.
So shortly, double click on script1, enter data, the data is sent to script2 in some server somewhere, after sometime a text file is created on that server. Is this possible?...... THanks a ton......
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.