Dear Monks,
In my job, I have to do a lot of automation. Say for example, I need to send an update out to 1000 workstations overnight to install Adobe Acrobat (or remove Netscape, or install Office XP, the specific application is not important) but no one will be at the computer in the middle of the night, so I need to automate the entire process. In the past, I have been using "winbatch" but I would like to use Perl (if it can do this? It can do everything else, why not this?) but I am not familiar with what modules I would need to install (or how to install a module without a internet connection) or where I could turn for advice on a project like this.
I'm not asking for freebies here, the majority of my packages are "throw away code" (use it for once and when you are done, toss it) and very application specific so I am looking for a good documented source that will allow me to negotiate the Windows GUI (push buttons inside an application, choose an item from a drop down box, or even write text into a text box)
Is there a book that has this kind of information documented or a module I can look for and try to figure the rest out myself. I'm still learning Perl (at the baby steps level) and I can do some stuff, I've used modules but I don't understand them so the more documented it is, the better off I will be.
Thanks
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.