home *** CD-ROM | disk | FTP | other *** search
/ UnrealScript Game Programming All in One / UnrealScriptGameProgrammingAllInOne.iso / UGPAIOListings / UGPAIOListingsCh05 / MyScripts / test.bat next >
Encoding:
DOS Batch File  |  2006-01-19  |  195 b   |  8 lines

  1. @rem file name: test.bat
  2. @rem This script prints a simple message@echo ==============================
  3. @echo Hello World from a DOS script.
  4. @echo ==============================
  5.  
  6. @pause
  7. cls
  8.