ans: yes - i would dare say, you could run this via shortcut on any win32 system - (i can run it on winXp). What you need...
1) create the shortcut. I simply right-click/send to desktop (create shortcut) or you can use the methods others have stated.
2) ensure that the sys has perl (i use ActivePerl)
3) associate it w/the perl-interpreter. Windows associates programs not by #! lines, but simply by theut extension. If you're rec'ving a notepad/text version, instead of it being executing, it's because the file-extension is associated w/that program (NOTEPAD).
go into CONTROL PANEL -> FOLDER OPTIONS -> FILE TYPES and look for the extension .pl or .cgi (etc). Delete it.
go back and double-click on it - you should rec'v the "OPEN WITH...?" prompt. From there browse thru your folders until you find your perl.exe ("perl command line interpreter") and select that.
Next time it runs, it should execute the perl script via that.
The ugly black box may quickly pop real brief - but whatever the results of the script (add file / delete file... etc) will be executed -> without your friend worrying about typing commands.
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.