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:
Basic Structure of Windows Command
What are basic structure of a Windows command?
✍: FYIcenter.com
The structure of a Windows command has 3 parts:
name options redirections where: name - The name of a built-in command or a program options - A list of options separated by spaces redirections - A list of I/O redirection operations
For example, if you want to run the "tree" command with the option of "\windows\System32\spool" and the redirection of "| more", you can put them together and run it as shown below:
C:\fyicenter>tree \windows\System32\spool | more Folder PATH listing for volume Windows7_OS Volume serial number is 22E4-7A4B C:\WINDOWS\SYSTEM32\SPOOL ├───drivers │ ├───color │ ├───IA64 │ ├───W32X86 │ └───x64 │ ├───3 │ │ ├───en-US │ │ └───mui │ │ └───0409 │ └───PCC ├───PRINTERS ├───prtprocs │ └───x64 │ └───en-US -- More --
2021-12-28, 1217👍, 0💬
Popular Posts:
How do I move the licenses for the tracks that I ripped from CDs to my new computer? Typically, lice...
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
I don't know if this is a Windows Problem or an HP problem. HP says windows. But anyhow I have a bra...
Can I disable Windows service "Google Updater Service" to speedup my computer? GoogleUpdaterService....
How to download Apache server for Windows systems? If you are interested in downloading a copy of Ap...