DOS/Windoz Batch File Gurus...

IvoryKebab

Contributor
Veteran X
I need help making a batch file that will convert every file extension in a folder to '*.txt'. I tried making one, but failed miserably... Here's what I got so far...

Code:
d:
cd games\tvbackup\
cd source\
mkdir blah
copy D:\Games\TVbackup\source\*.uc D:\Games\TVbackup\source\blah\*.txt\ 
pause

This one didn't work..but what I want it to do is change the file type extensions for every (in each subdirectory) file to .txt like I stated earlier.

Any help would be appreciated. :)
 
Back
Top