home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / cbm / 3248 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.7 KB

  1. Path: sparky!uunet!destroyer!news.iastate.edu!iscsvax.uni.edu!gobeski8618
  2. From: gobeski8618@iscsvax.uni.edu (Steve 'Gobes' Gobeski)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Where are all .SDA compilators?
  5. Message-ID: <1992Jul30.162024.5878@iscsvax.uni.edu>
  6. Date: 30 Jul 92 16:20:24 -0500
  7. References: <1992Jul29.162856.753@cnedcu51.bitnet>
  8. Organization: University of Northern Iowa
  9. Lines: 35
  10.  
  11. In article <1992Jul29.162856.753@cnedcu51.bitnet>, mbegger@cnedcu51.bitnet writes:
  12. > Hi!
  13. >   I'm looking for a program that compile .SDA (Self-Dissloving-Archives)
  14. > for both 64 and 128. Please, could you tell me where a such file is
  15. > available?
  16. > Thank you.
  17. >                       %*****%
  18. >                       ! 0-0 !
  19. > Louis Egger           I  V  I     Reachable at: MBEGGER@CNEDCU51.bitnet
  20. >                        \ v /
  21. >                          -                     
  22.  
  23. .SDA's are .ARC files with a special bootfile at the front of it (SDA = Self
  24. DeArcing last I heard, but that's trivial...).  The ARCAID package at milton
  25. contains a version of the SDA.ML bootfile.  The steps involved are:
  26.  
  27. 1) make a duplicate copy of the SDA.ML file with a .ARC extension
  28. (C0:name.ARC=0:SDA.ML).
  29.  
  30. 2) create SEQ text file containing whatever you want the opening message to be
  31.  (this option may not be available on earlier versions of SDA.ML, but is on the
  32.  one mention above (the one I use))  This file may contain any CBMSCII
  33.  characters, like CLR/HOME, colors, CRSR, etc. which are used to create
  34.  special effects -- the title screen of SDA is generated by an -xp of the first
  35.  file in the archive)
  36.  
  37. 3) ARC/A name.arc textfilename otherfiles... as often as needed
  38.  
  39. 4) R0:name.SDA=0:name.ARC
  40.  
  41. That's all! 
  42. -- Steve 'Gobes' Gobeski
  43.  
  44.