Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Command line arguments not passed in Win7 ( regqueryperl.bat )

by Anonymous Monk
on Sep 18, 2013 at 02:17 UTC ( [id://1054570]=note: print w/replies, xml ) Need Help??


in reply to Command line arguments not passed in Win7

In the registry, ...

Try posting the contents of n-regqueryperl.txt (the output of regqueryperl.bat )

regqueryperl.bat > n-regqueryperl.txt 2>&1

@rem @echo #~ regqueryperl.bat @rem @echo #~ 2013-09-17-18:40:38 @rem @echo #~ @rem @echo #~ @rem @echo #~ regqueryperl.bat > n-regqueryperl.txt 2>&1 @rem @echo #~ notepad n-regqueryperl.txt @rem @echo #~ @rem @echo #~ @rem @echo #~ @setlocal @set thisdir=%~dp0 @set thisfile=%~f0 @set thisfilebasename=%~n0 @set thisfilename=%~nx0 @echo %thisfilebasename% %thisfilename% %thisdir% %thisfile% perl -V reg query HKLM\SOFTWARE\Perl /s reg query HKLM\SOFTWARE\ActiveState /s reg query HKCU\Software\Perl /s reg query HKCU\Environment /s reg query HKCR\PerlScript /s reg query HKCR\.pl /s set pathext assoc .pl ftype perlscript :endoffile @endlocal
  • Comment on Re: Command line arguments not passed in Win7 ( regqueryperl.bat )
  • Download Code

Replies are listed 'Best First'.
Re^2: Command line arguments not passed in Win7 ( regqueryperl.bat )
by Anonymous Monk on Sep 18, 2013 at 02:19 UTC
      OMG!!!
      from here
      Scripts that contain standard input (STDIN) and standard output (STDOUT) may not work correctly if you start the program from a command prompt and you use a file association to start the script.
      
      
      
      there are no rules, there are no thumbs..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-18 06:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found