in reply to Invoking the Windows command line for selected directories
Not Perl, but similarly handy is the "Open Command Window Here" PowerToy free from Microsoft.
Another fun thing is "start some_dir" from the command line to pop up a file explorer for that directory. (E.g. "start ." to see the explorer for the current directory).
start has other neat uses. Given a filename, it will open the file up the default app for that filetype. Handy for .html files, for example. Type "help start" at the command line for more details.
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Invoking the Windows command line for selected directories
by jimbojones (Friar) on Nov 28, 2006 at 15:51 UTC | |
|
Re^2: Invoking the Windows command line for selected directories
by Fletch (Bishop) on Nov 28, 2006 at 03:57 UTC |