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
2023-09-06, 46468👍, 11💬
Popular Posts:
I just installed the Windows 8 Release Preview on the Samsung slate that we attendees got at the MIX...
How to verify IIS configuration for PHP scripts? If you have followed our Configuring IIS for PHP Sc...
product key for adding features to windows 8 The product key you require is MBFBV-W3DP2-2MVKN-PJCQD- ...
Can I disable Windows service "Network Associates Task Manager" to speedup my computer? Third party ...
What is "Human Interface Device Access" in my Windows 7 service list? And how is "Human Interface De...