TIP: Click on subject to list as thread! ANSI
echo: os2prog
to: Dale A Cook
from: Peter Fitzsimmons
date: 1994-11-05 16:26:40
subject: HELP PLEASE!

void Reboot (void)
 {
     HFILE  hf;
     ULONG dummy;
     ULONG rc;

     rc = DosOpen("DOS$", &hf, &dummy, 0L, FILE_NORMAL, FILE_OPEN,
         OPEN_ACCESS_WRITEONLY | OPEN_SHARE_DENYNONE |
         OPEN_FLAGS_FAIL_ON_ERROR, NULL);
     if(!rc)
     {
        printf ("\nShutdown...");
        rc = DosShutdown(0L);
        if (rc) ErrorProc(rc);

        /* 32-Bit reboot */
        DosDevIOCtl( hf, 0xd5, 0xab, NULL, 0, NULL, NULL, 0, NULL );

        /* old 16-bit reboot
        DosDevIOCtl(NULL, NULL, 0xab, 0xd5, hf);
        */
        DosClose(hf);
     }
     else
       printf ("\nDOS.SYS not installed. Can't Reboot.");
 }

--- Maximus/2 2.01

* Origin: Sol 3/Toronto (905)858-8488 (1:259/414)
SEEN-BY: 12/2442 54/54 620/243 624/50 632/348 640/820 690/660 711/409 410 413
SEEN-BY: 711/430 807 808 809 934 942 949 712/353 623 713/888 800/1
@PATH: 259/414 400 99 98 3615/50 229/2 12/2442 711/409 54/54 711/808 809 934

SOURCE: echomail via fidonet.ozzmosis.com

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.