|
|
| Do you know where your variables are? | |
| PerlMonks |
Re^2: MS system open file with spaceby BrowserUk (Pope) |
| on Feb 20, 2013 at 20:23 UTC ( #1019842=note: print w/ replies, xml ) | Need Help?? |
|
c:\> start "c:\program files" (Pops useless command prompt window at default directory) That's because the optional first argument to start is a window title. If the first argument begins with ", then it is taken as a title -- take a look at the titlebar of that useless command prompt window. To disable that effect, prefix the directory with a dummy title:start "" "c:\program files" With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||