Site hosted by Angelfire.com: Build your free website today!



notepad.bat
The following example is:
@echo off
notepad

mspaint.bat

msdos.bat
The following example is:
wordpad.exe
kodakprv.exe
lodakimg.exe
pinball.exe
worldview.exe
cdplater.exe
calc.exe
mspaint.exe
dosx.exe
forcedos.exe

notepad1.bat
The following example is:
@echo off
notepad c:\autoexec.bat

notepad2.bat
The following example is:
@echo off
notepad c:\install.log

dir.bat
The following example is:
dir
pause

dir1.bat
The following example is:
dir /w/p/oe
pause

dir2.bat
The following example is:
cd \
dir /w/p/oe
pause

dir3.bat
The following example is:
cd \
dir /w/p/oe/s
pause

dir4.bat
The following example is:
w: cd \
dir /w/p/oe/s
pause

dir5.bat
The following example is:
cd \
dir /w/p/oe/s *.exe
pause

dir6.bat
The following example is:
cd \
dir /w/p/oe/s *dos*.exe
pause

tree.bat
The following example is:
tree

copy.bat
The following example is:
copy uniprint.bmp w:\uniprint.bmp

attrib.bat
The following example is:
c:
cd \
attrib