Shutdown Command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I use a backup program (Novastor's Novabackup). There is an option within
the program to insert a command or run a program after the backup function
has been completed.

I would like to instruct the program to shut the computer down after the
backup has completed.

What exactly should be put in the command line to have this happen?

Thanks.
 
AndrewA said:
Hi,
I use a backup program (Novastor's Novabackup). There is an option within
the program to insert a command or run a program after the backup function
has been completed.

I would like to instruct the program to shut the computer down after the
backup has completed.

What exactly should be put in the command line to have this happen?

Thanks.

shutdown -s
 
Thanks for the reply.

The area where I can input this seems to be looking either for a "program"
or "batch file". There is a box that allows presumably a command--there is a
"Browse" button which when pressed, allows via a dop down menu either
"Programs" or "Batch Files".

I tried the "shutdown -s" and "shutdown" (both without quotes) but it did
not work nor did the command "stay" in the box.

What am I missing?
 
AndrewA wrote on Thu, 22 Feb 2007 03:31:13 -0800:

??>> message
??>>> Hi,
??>>> I use a backup program (Novastor's Novabackup). There is
??>>> an option within the program to insert a command or run a
??>>> program after the backup function has been completed.
??>>>
??>>> I would like to instruct the program to shut the computer
??>>> down after the backup has completed.
??>>>
??>>> What exactly should be put in the command line to have
??>>> this happen?
??>>>
??>>> Thanks.
??>>
??>> shutdown -s
??>>

I wonder if you have a running program?

I use shutdown -s -f to force the machine to close. Try
shutdown /? to see the various allowed parameters.


James Silverton
Potomac, Maryland

E-mail, with obvious alterations:
not.jim.silverton.at.comcast.not
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top