Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: running a script from Windows Desktop

by wolfi (Scribe)
on Mar 10, 2004 at 07:39 UTC ( [id://335381]=note: print w/replies, xml ) Need Help??


in reply to running a script from Windows Desktop

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.
  • Comment on Re: running a script from Windows Desktop

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://335381]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found