Hi,
I am having trouble with the "start" command.
Here is the contents of the PERL5SHELL environment variable:
c:\>echo %PERL5SHELL%
cmd.exe /c
Calling the "dir" command works fine:
c:\>perl -e "system(\"dir\")"
Datenträger in Laufwerk C: ist SYSTEM
Volumeseriennummer: CA02-1E1F
Verzeichnis von c:\
03.08.2012 14:24 <DIR> cygwin
09.10.2012 18:01 <DIR> Daten
...
10.10.2012 08:59 <DIR> Windows
2 Datei(en), 15.460 Bytes
15 Verzeichnis(se), 144.527.847.424 Bytes frei
Calling "start dir" from Perl does not work:
c:\>perl -e "system(\"start dir\")"
start: dir: Das System kann die angegebene Datei nicht finden.
Calling "start dir" directly opens a new window with the output from above:
c:\>start dir
Any idea what might cause this behaviour??
Yours
Markus
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
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.
|
|