E
Eric
Does anyone have any suggestions on how to code batch file to hibernate XP
with SP3?
Thanks in advance for any suggestions
Eric
with SP3?
Thanks in advance for any suggestions
Eric
Eric said:Does anyone have any suggestions on how to code batch file to hibernate XP
with SP3?
Den 23.04.2010 kl. 09:38 skrev BillyBob said:Eric,
It seems that you just absolutely refuse to use Google to search for
answers. I can only assume you still like to be spoon fed.
Even VanguardLH mentioned that you could have found all the information
you need using Google. Well, he was nice and provided you with the
answer and then recommended Google. I, on the other hand, will
recommend Google and *not* give you the answer.
So, Google "how to add a comment in a batch file" and you will have your
answer in about 120 microseconds.
Eric said:I would like to apply hibernate function instead of shutdown function, as
shown below, but I would like to keep this line as a reference for selections.
Do you have any suggestions on what to add in front of this line? so window
will recognize it as a comment, not a command.
C:\WINDOWS\system32\shutdown.exe -s -t 01
Eric said:I would like to apply hibernate function instead of
shutdown function, as shown below, but I would like to keep
this line as a reference for selections. Do you have any
suggestions on what to add in front of this line? so window
will recognize it as a comment, not a command.
Thank you very much for any suggestions
Eric
C:\WINDOWS\system32\shutdown.exe -s -t 01
Twayne said:Eric typed:
The OP wants Hibernate; shutdown.exe does not do hibernate; that's a
shutdown (-s) in one second (-01).
VanguardLH said:For some reason, he wants to keep the command in his batch
file for later reference but he does NOT want to use it for
what he wants now. So he asked on how to leave the command
but *comment* it out.