@echo off rem *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* rem *** FILE: rem *** ~matth3wbishop/BatchScripts/help.txt rem *** URL: rem *** http://www.geocities.com/matth3wbishop/BatchScripts/help.txt rem *** DESCRIPTION: rem *** This Batch Script is only to allow the rem *** the displaying of helpfull information rem *** about the set of Batch Scripts which are rem *** located on the Yahoo Geocities matth3wbishop site rem *** This scripts looks for the helpInfo.txt file rem *** in the windows command directory. The helpInfo.txt rem *** file is put there by the 'getScripts' batchscript rem *** AUTHOR: rem *** m.j.bishop (matth3wbishop@yahoo.com) rem *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- @echo on type c:\windows\command\helpInfo.txt | more