Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Hello.bat - First Batch File
How to write a batch file? I want to print "Hello world!" message on the screen.
✍: FYIcenter.com
You can follow this tutorial to write your first batch file
to print a message on the screen.
1. Open "Notepad" to create a file called, \fyicenter\Hello.bat, with the following commands:
@echo off echo Hello world!
2. Open a command line window, and type in the following command to verify the batch file:
C:\>cd \fyicenter C:\fyicenter>dir Hello*.* Directory of C:\fyicenter 11/22/2033 07:27 PM 28 Hello.bat
3. Make sure the batch file name extension is ".bat".
4. Run the batch file, Hello.bat, by typing the batch file name with or without the file name extension. You see the "Hello world!" message displayed on the screen:
C:\fyicenter>Hello.bat Hello world! C:\fyicenter>Hello Hello world!
⇒ Batch File Structure and Syntax
⇐ Commands Supported in Batch Files
2022-10-11, 32056👍, 5💬
Popular Posts:
Pl help me.. Hi.. how to run a php script in windows xp ...? First, you need to download and install...
Failed to connect to a windows service. Windows could not connect to windows all user install agent ...
What is naPrdMgr.exe process - Network Associates NAI Product Manager? Process naPrdMgr.exe is the p...
Where does Mozilla FireFox 2 store download files? When you download files from Websites, Mozilla Fi...
Can I disable Windows service "OracleMTSRecoveryServic e"to speedup my computer? Third party applica...