home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
UnrealScript Game Programming All in One
/
UnrealScriptGameProgrammingAllInOne.iso
/
UGPAIOListings
/
UGPAIOListingsCh05
/
MyScripts
/
test.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2006-01-19
|
195 b
|
8 lines
@rem file name: test.bat
@rem This script prints a simple message@echo ==============================
@echo Hello World from a DOS script.
@echo ==============================
@pause
cls