|
|
|||
|
Run command line without prompting Yes or No
It depends. The following are some example.
* To confirm the delete file without the user press Y: Echo Y |Del c:\windows\temp\*.*.
* To backup system state in windows 2008 or Vista without press Y: wading start systemstatebackup -quiet -backupTarget:c:.
* For net command, use /YES, for example, net start schedule /yes.
Note: Runs the command with no prompts to the user use -quiet
Or use /Q, for example Rd c:\temp\*.* /s /q.
Post your questions, comments, feedbacks and suggestions Related Topics
|
|
|
This web is provided "AS IS" with no warranties.
Copyright © 2002-2018
ChicagoTech.net,
All rights reserved. Unauthorized reproduction forbidden.