Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
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
2017-12-04, 2480👍, 0💬
Popular Posts:
How to see all startup applications on your Window system? If you want see all startup applications ...
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
How to remove DVDLauncher.exe from the startup application list to gain performance and reduce secur...
What is "Windows Biometric Service" in my Windows 7 service list? And how is "Windows Biometric Serv...
What is NetZero Toolbar - United Online NetZero dialup toolbar for Internet Explorer (IE) 7 browser?...