หน้าเว็บ

Ad

วันพฤหัสบดีที่ 23 มิถุนายน พ.ศ. 2554

How to Write a batch File

Saturday, 26 February, 2011
Batch (with CMD code), can do something on windows computer like rename files, delete files, shutdown computer automatically and more. batch for some people it's easy to make batch files, but more people don't know how to do. » so, in this tutorial we'll post how to write a batch file, following the steps to write batch file
Batch (with CMD code), can do something on windows computer like rename files, delete files, shutdown computer automatically and more. batch for some people it's easy to make batch files, but more people don't know how to do. so, in this tutorial we'll post how to write a batch file, following the steps to write batch file :
- Open Notepad
(Start -- Notepad) (Start – All program – accessories – Notepad)
- Write the command prompt commands, example:
@echo off
title Batch File
echo hello world, this is a batch files example
echo Press any key to exit
pause>nul
- Save it into .bat extension, example :
( myTool.bat ) ( file name : myTool.bat Save as type: All files)

and then double click on the myTool.bat file to test and run batch files.

sponsored links IT Computer Zone 2010

ไม่มีความคิดเห็น:

แสดงความคิดเห็น