home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 086a.lha / s / startup-sequence
Encoding:
Text File  |  1987-12-08  |  434 b   |  16 lines

  1. ; The following line "addmem", is required only if your memory is not
  2. ; automatically configured to add at least 1 megabyte to the system.
  3. ; addmem 80000 fffff
  4.   onemegtest
  5.   If NOT WARN
  6.      Echo "Loading NewTek demo libraries, please stand by."
  7.      assign data: "CAM 86B:"
  8.      AddBuffers df0: 20
  9.   ;  AddBuffers df1: 20
  10.      Copy >nil: pa ram:
  11.      Copy >nil: a  ram:
  12.      Copy >nil: ma ram:
  13.      LoadWB
  14.      EndCli >nil:
  15.   EndIf
  16.