home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091a.adf / af91a3.lzx / prgs / Misc / boot.b < prev    next >
Encoding:
Text File  |  1996-09-15  |  110 b   |  10 lines

  1. {*
  2. ** Cold reboot the Amiga.
  3. *}
  4.  
  5. LIBRARY "exec.library"
  6.  
  7. DECLARE FUNCTION ColdReboot LIBRARY exec
  8.  
  9. ColdReboot
  10.