home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4858 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!PKSMRVM.VNET.IBM.COM!KENKAHN
  2. From: KENKAHN@PKSMRVM.VNET.IBM.COM ("Kenneth A. Kahn")
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Can i reeboot the PC from my program?
  5. Message-ID: <9209101059.AA11127@ucbvax.Berkeley.EDU>
  6. Date: 10 Sep 92 10:50:34 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 23
  9.  
  10. Organization: Staff of IBM Fellow - IBM Personal/370
  11. Disclaimer: This posting represents the poster's views, not those of IBM
  12. News-Software: UReply 3.0
  13. X-X-From: KENKAHN@PKSMRVM.VNET.IBM.COM (Ken Kahn)
  14. References: <711@idanm.pfbs.philips.se>
  15.  
  16. In <711@idanm.pfbs.philips.se> Mikael Scherer writes:
  17. >HELP!
  18. >
  19. >Is it possible to reeboot the PC from a program when running OS/2 2.0
  20. >If it is possible how do?
  21. >
  22.  
  23. Take a look at the SETBOOT Command.  To reboot your workstation issue:
  24.  
  25.     SETBOOT /B
  26.  
  27. For the record, if you have BOOT Manager installed and you want to BOOT a
  28. specific Partition, you can use
  29.  
  30.     SETBOOT /IBD:x
  31.  
  32. where x is the drive letter you want to BOOT.
  33.