I agree, save time by losing the spaces, Don.

by Pete (Login The-Universe)
Admin

Exten$ = "*.TXT"
OPEN "Go.Bat" FOR OUTPUT AS #12
PRINT #12, "Dir /b " + Exten$ + ">DAFILES.TXT"
CLOSE #12
SHELL "cmd /c go.bat"
SHELL "Notepad DAFILES.TXT"
END

Note: If notepad is your default txt editor, you could also do:
SHELL "cmd /c START DAFILES.TXT"

Posted on Jan 4, 2010, 7:35 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Nah... on Jan 4
 *Then quit smoking to add the extra years to your life to type all those spaces! :) on Jan 5