Saved Bookmarks
| 1. |
Solve : doskey macros? |
|
Answer» Could someone give me an EXAMPLE of how to use $* in a command line... doskey d=dir /o-nwill list the directory in reverse alpha order but you cannot add any further parameters at execution TIME. If, at the command prompt, you enter Quote d /bthe /b parameter will be ignored and a FULL listing in reverse alpha order will be produced. However, Quote doskey d=dir /o-n $*will allow further parameters to be added so that Quote d /bwill PRODUCE a listing in reverse order in bare format. Heaps more info here... thank you sir You're welcome.. |
|