BATCH\BGUIDE.BAT ·
BAT ·
634 B ·
1990-05-14 ·
from WhatPC_Issue-12_Jul-1990
@ECHO OFF
CLS
ECHO There are four example files that demonstrate some of the
ECHO features discussed in the Beginner's Guide article this month.
ECHO .
ECHO The files are called EXAMPLE1.BAT, EXAMPLE2.BAT, EXAMPLE3.BAT
ECHO and this file, BGUIDE.BAT.
ECHO .
ECHO To see what the files do, just type in the file name and hit Return.
ECHO For example: enter EXAMPLE1 then press return.
ECHO .
ECHO To see what is in the file, either load it into your wordprocessor
ECHO or use the DOS 'TYPE' command: TYPE EXAMPLE1.BAT.
ECHO .
ECHO Good luck.
ECHO .
ECHO The Three main files are:
ECHO .
DIR EX*.BAT
PAUSE