I want to run this as a batch rather than through the command line:
w32tm /config /manualpeerlist:bigben.cac.washington.edu /syncfromflags:MANUAL
net stop w32time & net start w32time
w32tm /resync
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I will assume that you are just trying to execute these commands one after another in a batch file?
If so you need to open
notepad.Copy and paste your commands into notepad as you have in your question and click
File -> Save As.Give the file a name i.e.
MyBatchFile.bat. Underneath the filename box change the file type toAll Files. The.baton the end of the filename will instruct the PC to open it as a batch file.Batch files by default open with Command Prompt so all you will have to do is run it.