robothouse77
Golden Member
ok, so there's a command line option to output the listings in lowercase. is there any way to get the listing to output strictly in uppercase?
thanks in advance
thanks in advance
Originally posted by: Zim Hosein
DEL *.* :evil:
Originally posted by: Phoenix86
dir /l for those who can't find it in the built-in help.
Originally posted by: Jzero
Originally posted by: Phoenix86
dir /l for those who can't find it in the built-in help.
He wants UPPERCASE for those who can't understand the thread.
Originally posted by: Jzero
Originally posted by: Phoenix86
dir /l for those who can't find it in the built-in help.
He wants UPPERCASE for those who can't understand the thread.
Originally posted by: ironwing
Print the dir output to a file:
dir >mydir.txt
Open the file in Word and use the Format>Change Case>Uppercase function to change the case.