How to standby, Hibernight and swichuser with dos?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Mohammad_Dos
Posts: 84
Joined: 08 Sep 2010 10:25
Location: Iran,Kashan
Contact:

How to standby, Hibernight and swichuser with dos?

#1 Post by Mohammad_Dos » 04 Dec 2010 08:07

How to standby, Hibernate and swichuser with dos?

orange_batch
Expert
Posts: 442
Joined: 01 Aug 2010 17:13
Location: Canadian Pacific
Contact:

Re: How to standby, Hibernight and swichuser with dos?

#2 Post by orange_batch » 16 Dec 2010 06:22

I suggest using this resource as well as Google before asking questions.

http://ss64.com/nt/ (CTRL+F)

http://lmgtfy.com/?q=hibernate+with+dos+batch


rfpd
Posts: 78
Joined: 06 Jul 2009 16:19
Location: Lisbon, Portugal
Contact:

Re: How to standby, Hibernight and swichuser with dos?

#4 Post by rfpd » 22 Dec 2010 17:06

for Hibernate use

Code: Select all

shutdown -h

for shutdown the session is

Code: Select all

shutdown -l

Post Reply