InterviewSolution
| 1. |
How To Type More Than One Command At One Command Prompt? |
|
Answer» Use the pipe or the ampersand to separate your commands. The shell and version of Windows you are using decides what CHARACTER to use. Below are some additional examples for each version of Windows. In both of these examples the cd command would first get to the ROOT of the current drive and then RUN the dir command to list the current contents of the root. Use the pipe or the ampersand to separate your commands. The shell and version of Windows you are using decides what character to use. Below are some additional examples for each version of Windows. In both of these examples the cd command would first get to the root of the current drive and then run the dir command to list the current contents of the root. |
|