Tuesday, May 6, 2008

Creating Batch files

  • Open a text editor like notepad(NOT word or wordpad)
  • Type or copy this RED text:
@ECHO OFF
ECHO.
ECHO This is a batch file
ECHO.
PAUSE
CLS
EXIT
  • Save this as batchfile.bat, make sure there is no .txt extension after the .bat
  • Double-click the file icon

No comments: