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, ∼3025🔥, 0💬
Popular Posts:
What is the scheduled task "\Microsoft\Windows\Sysm ain\WsSwapAssessmentTask "on my Windows 8 compute...
Where to find tutorials on using Windows 8 Installed Programs and software? Here is a collection of ...
How do I move the licenses for the songs that I purchased from an online store to my new computer? T...
How to stop a Windows XP service getting started automatically at system startup time, or disabling ...
I am unable to copy data from my external hard-disk (NTFS). When I try to repair it from cmd using c...