Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: [implementation specific to windows] writing a proper batch file for terminal start-up

by harangzsolt33 (Chaplain)
on Oct 16, 2019 at 03:20 UTC ( [id://11107528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    REGEDIT4
    
    ...
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pl_auto_file\shell\open\command]
    @="\"C:\\BIN\\PERL\\run.bat\" \"%1\""
    
  2. or download this
    @ECHO OFF
    C:\BIN\PERL\TINYPERL -I C:\BIN\PERL\LIB "%1" > C:\BIN\PERL\OUTPUT.HTM
    ...
    CD "C:\Program Files\Internet Explorer"
    START IEXPLORE.EXE C:\BIN\PERL\OUTPUT.HTM
    EXIT
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-23 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found