Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Handling MSWin Script Output

by VinsWorldcom (Prior)
on Sep 10, 2019 at 21:26 UTC ( [id://11105991]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> assoc | find /i "perl"
    .pl=Perl_program_file
    
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> ftype | find /i "Perl_program
    +_file"
    
  2. or download this
    HKEY_CLASSES_ROOT
      Perl_program_file
        shell
          Execute Perl Program
            command = [REG_SZ] C:\Strawberry\perl\bin\perl.exe "%1" %*
    
  3. or download this
    PS VinsWorldcom ~\tmp > .\test.pl
    Platform: MSWin32
    ...
    Executable: C:\Strawberry\perl\bin\perl.exe
    Enter to close window:
    PS VinsWorldcom ~\tmp >
    
  4. or download this
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> .\test.pl
    Platform: MSWin32
    ...
    Enter to close window:
    
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found