My amusement today consists of two weensy batch files I cooked up for use under MSWin:
select.bat, consisting of just this line:
explorer
and openwith.bat, consisting of just this line:
rundll32 shell32.dll,OpenAs_RunDLL %1
The first one opens a directory window on the parent directory of the item named, and highlights the item.
The second one opens a "what do you want to open this file with?" dialogue box.
explore.bat (Score:1)
Explorer command line options (Score:2, Informative)
Re:Explorer command line options (Score:3, Funny)
I really miss when Microsoft made programs where you could do "progname /?" and get a list of all the switches.
And when I am the cruel Kommissar of these things, "progname /?dll" will also list all the DLL functions this program supports.
I know, this is all CRAZY TALK!