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:
Use CON to Enter Data to File
How to use CON file name to enter data to a file quickly? I don't want to use any editors.
✍: FYIcenter.com
Since CON is a special file name referring to the console
including keyboard, you can use it with the "copy" command
to enter data to a file.
For example, if you want to create small batch file called "random.bat" with one line of command, you can try the following:
C:\fyicenter>copy con random.bat @echo %random% ^Z 1 file(s) copied.
Note that Ctrl-Z was pressed to terminate the input from keyboard.
Now you can the "random.bat" batch file to generate random numbers:
C:\fyicenter>random.bat 11799 C:\fyicenter>random 4390 C:\fyicenter>random 31390
⇒ Use CON to Display Data on Screen
2021-04-02, 2027👍, 0💬
Popular Posts:
Where to find tutorials on using Windows Server 2012? I want to learn how to use Windows Server 2012...
Understanding HelpSvc.exe, "Microsoft Help Center Service" - part of the "Help and Support Center" a...
How to remove CLI.exe from startup program list? CLI.exe is a configuration program for the ATI grap...
What is "Lenovo Camera Mute" in a service on Lenovo laptop computer that supports the camera on/off ...
What is "Health Key and Certificate Management" in my Windows 7 service list? And how is "Health Key...