home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / M2V11-1.LHA / modula / m2 / CliOnly.def next >
Encoding:
Modula Definition  |  1994-07-31  |  337 b   |  14 lines

  1. (* Init. code displays a requester if program was started from workbench *)
  2.  
  3. (*  _________________________ *)
  4. (* |                | *)
  5. (* | RUNTIME ERROR:        | *)
  6. (* | This program will only | *)
  7. (* | run from the CLI/SHELL | *)
  8. (* |                | *)
  9. (* |        |EXIT|        | *)
  10. (* |________________________| *)
  11.  
  12. DEFINITION MODULE CliOnly ;
  13. END CliOnly.
  14.