home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2254.dms / in.adf / docs / Jack.doc.pp / Jack.doc
Encoding:
Text File  |  1990-09-13  |  3.6 KB  |  183 lines

  1. -------------------------------------------------------------------------
  2. JackTheRipper v0.99  Docfile         Alingsås Saturday 18-Apr-92 16:42:20
  3. -------------------------------------------------------------------------
  4.  
  5.  
  6. HuntCommand:
  7.         SYNTAX:     H <format> <start> <end>
  8.  
  9.         This command will search through the memory for modules.
  10.  
  11.         <format> is a number between 1 and 7, where...
  12.  
  13.                     1    = ProTracker, NT2
  14.                     2    = NoisePacker v2
  15.                     3    = NoisePacker v3
  16.                     4    = KRIS/4mattracker
  17.                     5    = UNIC-tracker
  18.                     6    = WANTON Packer
  19.                     7    = ProPacker 2
  20.  
  21.         <start> is the memory address where to start and
  22.         <end> is the memory address where to end hunting.
  23.  
  24.         Ex:    H 2 10000 7f000
  25.  
  26.         This command will search after NoisePacker2 modules
  27.         between $10000 and $7f000.
  28.  
  29.         Default values are following:
  30.                         <format> = 1
  31.                         <start>  = 0
  32.                         <end>     = 7ff00
  33.  
  34.  
  35. MoveCommand:
  36.         SYNTAX:     M <address>
  37.  
  38.         This command will move the module to another town.
  39.  
  40.         <address> is the new memorylocation.
  41.  
  42.         Ex:    M 40000
  43.  
  44.         This command will move the module to $40000,
  45.  
  46.  
  47. ContinueCommand:
  48.         SYNTAX:     C
  49.  
  50.         This command will continue hunting after finding a
  51.         module.
  52.  
  53.         Ex:    If you have found a module on memorylocation
  54.             $40000 and want to continue hunting, you can
  55.             use the command C. In this case Jack will go
  56.             on hunting from address $40002.
  57.  
  58. ConvertCommand:
  59.         SYNTAX:     D
  60.  
  61.         This command will convert the module to the ProTracker,
  62.         NT2 fileformat. So you can play the modules in ProTracker
  63.         etc.
  64.  
  65. InformationCommand:
  66.         SYNTAX:     I
  67.  
  68.         This command will give you some info about the module
  69.         that was found, like lenght, location, number of
  70.         instruments used etc.
  71.  
  72. FilterCommand:
  73.         SYNTAX:     F
  74.  
  75.         This command will Force-erase the rootlibrary....
  76.  
  77. ReplayCommand:
  78.         SYNTAX:     R
  79.  
  80.         This command will change between CIA and VBL-timing in
  81.         the replay.
  82.  
  83.         Default:    VBL
  84.  
  85. SaveCommand:
  86.         SYNTAX:     SAVE <filename>
  87.  
  88.         This command will save the module to PRT: device only.
  89.  
  90.         Ex:        SAVE ST-00:modules/mod.life-phobia
  91.  
  92.         (he he, hi Mantronix)
  93.  
  94. DirCommand:
  95.         SYNTAX:     DIR <directory>
  96.  
  97.         This command will show some info about the directory.
  98.  
  99.  
  100.         Ex1:        DIR dh0:music/modules
  101.  
  102.         NOTE!
  103.  
  104.         After Ex1 'dh0:music/modules' will be the current
  105.         directory like the CD doscommand!!!
  106.  
  107.         Ex2:
  108.  
  109.         After Ex1 you can write:
  110.  
  111.                 DIR Mantronix
  112.  
  113.         This will show you the directory
  114.         dh0:music/modules/Mantronix
  115.  
  116.         Great eh?
  117.  
  118. DelCommand:
  119.         SYNTAX:     DEL <filename>
  120.  
  121.         This command will delete a file.
  122.  
  123.         Ex:    DEL dh0:music/modules/mantronix/mod.overload
  124.  
  125.         Will delete the file 'mod.overload'
  126.         (coz twas so lousy...)
  127.  
  128. PlayCommand:
  129.         SYNTAX:     P
  130.  
  131.         Even lowlevelbrains will get this....(not you Azatoffs)
  132.  
  133. StopCommand:
  134.         SYNTAX:     S
  135.  
  136.         Saddaminstaller.
  137.         Warning! This will cause a guru....
  138.  
  139.  
  140. ?Command:
  141.         SYNTAX:     ?
  142.  
  143.         Ja, Det undrar vi med.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. NOTE!
  152.  
  153.         This is just a PREVIEW! v1.0 will soon be released.
  154.         Including the famous HallonRipper, BlueRipper,
  155.         mempeeker etc.
  156.  
  157.         For further information, bug-report etc. Contact the
  158.         author!
  159.  
  160.         This program is FREEware and may be spread by
  161.         PD-librarys, as long as the credits stays intact.
  162.  
  163.         I would like to thank following persons for their
  164.         good support while developing this program:
  165.  
  166.         - Göran 'Gurra' Nylen           Some Ideas      -
  167.         - Jocke 'Terry' Eliasson        Bugtesting      -
  168.         - Jocke 'Twister' Ulfeldt       Spellchecking   -
  169.         - Martin 'Emax' Eklund          Bugtesting      -
  170.  
  171.         And everone who have made 'modulepackers'!
  172.  
  173. -------------------------------------------------------------------------
  174.                         Björn Arkenfall
  175.                         Sångvägen 8
  176.                         S-703 76 ÖREBRO
  177.                         S W E D EN
  178.  
  179.                         019-226250
  180. -------------------------------------------------------------------------
  181.  
  182.  
  183.