View Single Post
Old 05-10-2008, 07:41 PM   #10 (permalink)
Formerly the latter
Super Techie
 
Join Date: Aug 2007
Posts: 457
Default Re: Dos (batch File) Programing

Try just reading from DOS. Learn the following commands:

Quote:
del
echo
@echo off
set
IF
THEN
ELSE
Use those commands at the command line with the /? or -? switch and you will learn a lot more than I can type in one post .
Formerly the latter is offline   Reply With Quote