Let's say you have a TOOLS folder with all your favorite command-line utilities. You want to create text files of each app's help screen(s). Here's how to do so:
Highlight all the .exe's using your favorite Xplorer2 method.
Now, go to the Command Script. (Control-B). Now type this:
"$N" /? > "$B.txt"
Click Preview if you like, to make sure it's coming out the way you want.
Then click Execute DOS. (Something I've longed to do, on occasion)
Now that it's in the Command Script history, even quicker next time.
Cheers.
Dennis
