Comp230-Intro to Scripting
12542 words
51 pages
Week 1Week 1 – Quiz A
1. The name of the service that controls the queue of print jobs with the Window NET command is ______.
SPOOLER
2. Which of the following Windows commands will shutdown and restart your computer in 2 minutes?
Shutdown –r -t 120
3. Which Windows shutdown command switch is sued to log off the current user of the local computer?
-l
4. Which one of the following Windows AT commands specifies an action that will take place at 3:00 p.m.?
At 15:00 command
5. From the Start/Run dialog, the command used to open the 32-bit Windows command prompt is ______. cmd 6. The Windows CLI command used to turn off the display of the current command in a batch file is ______.
@command
Week1 – Quiz B
1. Which …show more content…
The name of the service that controls the queue of print jobs with the Windows NET command is _____.
SPOOLER
2. Which of the following Windows commands will shutdown and restart your computer in 2 minutes? shutdown -r -t 120
3. Which of the following Windows commands will shutdown and power down the computer FileServer in 2 minutes? shutdown -s -m \\FileServer -t 120
4. Which Windows shutdown command switch is used to shutdown and turn off a local or remote computer?
/s
5. From the Start/Run dialog, the command used to open the 32-bit Windows command prompt is _____. cmd 6. The Windows CLI command used to turn off the display of the current command in a batch file is _____.
@command
Week 1 – Quiz I
1. Which one of the following Windows NET commands will allow other computers to access the C:\Data directory under the share name UserData?
NET SHARE UserData=C:\Data
2. The netsh command that will set the IP Address of the interface name "NIC" to a DHCP supplied IP address is _____. netsh interface ip set address "NIC" source=dhcp
3. Which of the following Windows commands will shutdown and power down the computer FileServer in 2 minutes? shutdown -s -m \\FileServer -t 120
4. Which one of the following Windows AT commands specifies an action that will take place at 10:30 a.m. on every Thursday? at 10:30 /every: thur
5. From a 32-bit Windows CLI, the command used to open a new CLI window is _____.
Start
6. The Windows CLI