Collections:
Other Resources:
Use CON to Display Data on Screen
How to use CON file name to display data on the screen?
✍: FYIcenter.com
Since CON is a special file name referring to the console
including screen, you can use it display data on the screen.
You can use the "copy * con" to act like the "type *" command:
C:\fyicenter>copy random.bat con
@echo %random%
1 file(s) copied.
2021-04-02, ∼2830🔥, 0💬
Popular Posts:
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
In MS Access form design, can I select multiple fields and modify their properties simultaneously? Y...
How to view system properties on Windows Server 2016? I just want to get some basic information abou...
Can I disable Windows service "OracleXEClrAgent" to speedup my computer? Third party application ser...