home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / guide.doc < prev    next >
Text File  |  1989-12-08  |  5KB  |  246 lines

  1.     The Flash presents the Rsts/e
  2.        Hacker's Guide....
  3.  
  4. <><><><><><><><><><><><><><><><><><><><>
  5.  
  6.     Well i have absolutely nothing at
  7.     all to do tonight so i have decided to
  8.     make a sort of "semi-user" guide with
  9.     commands and codes.
  10.  
  11. <><><><><><><><><><><><><><><><><><><><>
  12.     
  13.      I guess i can start off and say that
  14.      when workin with Rsts/e you are almost
  15.      working with just plain basic, with
  16.      a few helpful differences, and some 
  17.      not-so helpful differences.
  18.    
  19.      
  20. <><><><><><><><><><><><><><><><><><><><>
  21.     
  22. Command #1
  23. ----------
  24.  
  25. DIR
  26.  
  27. DIR is the same as catalog on the apple.
  28.  
  29. there are extensions on filenames 
  30. when you "DIR" the files. If the extension
  31. of BAS is on the end, then you may just
  32. type The file name, without the extension.
  33.  
  34.  
  35. Included with the DIR command, are switches. 
  36. Here are a few, along with their descriptions
  37.  
  38. DIR/EX or DIR/AT
  39. ----------------
  40. This will give you a somewhat brief listin
  41. g of the DIRectory. It will also tell you 
  42. the number of space taken up and the number
  43. of files.
  44.  
  45. DIR/PR
  46. ------
  47. This will give you the listing of the DIRectory
  48. in the same way as the above switches did,
  49. EXCEPT that it will show the protection code.
  50. Protection codes will be explained later...
  51.  
  52. DIR/BK
  53. ------
  54. Will give you The listing of the DIR but 
  55. it will be inverted, or backwards.
  56.  
  57. DIR/SZ
  58. ------
  59. Will give the listing of the DIR, and
  60. include the size of each file.
  61.  
  62. DIR/F
  63. ------
  64.  
  65. Will give the listing of the DIR, but
  66. In a more brief way.
  67.  
  68. Those are the most important switches.
  69.  
  70. <><><><><><><><><><><><><><><><><><><><>
  71.  
  72. Command #2
  73. ----------
  74.  
  75. RUN
  76.  
  77.   Run executes a program. A program can be
  78.   up to only 6 characters long with a three
  79.   letter extension. E.G.- RUN CHAT.BAC
  80.  
  81.   One thing i left out in the DIR section:  
  82.   You can DIR other accounts, by typing:
  83.       dir [xxx,yyy]
  84.    The reason i bring it up now is cuz i am
  85.    about to explain running the programs on
  86.    other
  87.    accounts. You basicly do the same thing
  88.    as DIR [xxx,yyy]. Replace DIR with run
  89.    And include the filename after the
  90.    account.
  91.    
  92. Note: xxx I believe can any number up
  93. to 255, and yyy can be any number up
  94. to 255 also.
  95.  
  96. <><><><><><><><><><><><><><><><><><><><>
  97.  
  98. Command #3
  99. ----------
  100.  
  101. SAVE
  102.  
  103.    The save command is the same as the save
  104.    command on any 'ol computer. One other
  105.    command similar to SAVE is replace. 
  106.    REPLACE is used when there is already a 
  107.    program in
  108.    the directory that you want to save, so
  109.    instead of saving FILENA.EXT, you would
  110.    replace FILENA.EXT
  111.  
  112. <><><><><><><><><><><><><><><><><><><><>
  113.  
  114. Command #4
  115. ----------
  116.  
  117. SYSTAT
  118.  
  119.     I really can't explain it better than
  120.     the Rsts/e help files do, so type:
  121.         HELP SYSTAT
  122.     for further help on SYSTAT
  123.  
  124. <><><><><><><><><><><><><><><><><><><><>
  125.  
  126. Command #5
  127. ----------
  128.  
  129. LOG
  130.  
  131.    Typing LOG xxx,yyy will transfer you
  132.    to logging you into the account 
  133.    you specified as xxx,yyy. This is handy
  134.    when you have to goto another account and
  135.    dont want to hang up.
  136.  
  137. <><><><><><><><><><><><><><><><><><><><>
  138.  
  139. Command #6
  140. ----------
  141.    
  142. DCL
  143.  
  144.    I know this command is important.
  145.    We cannot call it a command, but rather
  146.    a language. Once in DCL, type HELP. To
  147.    get out of DCL, type BASIC, Because 
  148.    no other command will get you out! except
  149.    hanging up!
  150.  
  151. <><><><><><><><><><><><><><><><><><><><>
  152.  
  153. Command #7
  154. ----------
  155.  
  156. UNSAVE
  157.  
  158.     This command allows you to delete a 
  159.     file in YOUR directory. Typing 
  160.          UNSAVE FILENAM.EXT 
  161.     will delete FILENAM.EXT
  162.  
  163. KILL will also do this, but you must include
  164. quotes. for instance:
  165.          KILL "FILENAM.EXT"
  166.  
  167. PIP FILENAM.EXT/de will also execute the
  168. unsave command.
  169.  
  170. <><><><><><><><><><><><><><><><><><><><>
  171.  
  172. Function #1
  173. -----------
  174.  
  175. ACCOUNTS
  176.  
  177.      Accounts are the numbers you enter
  178.      when you first log on, After the    
  179.      USER: 
  180.      prompt
  181.  
  182. <><><><><><><><><><><><><><><><><><><><>
  183.  
  184. Tip #1
  185. ------ 
  186.  
  187.  Hackin Passwords
  188.  
  189.   Keep in mind when hackin passowrds
  190.   that each password is made up of any 6
  191.   characters, and each account is as follows:
  192.      xxx,yyy  xxx=any number from 1-255
  193.     Er i mean 0-255, oops.
  194.               yyy=Any number from 0-255
  195.    but xxx usually does not exede 250
  196.    and yyy usually does not exede 150
  197.  
  198. <><><><><><><><><><><><><><><><><><><><>
  199.  
  200. Control keys:
  201.    a ^T or CTRL-T will print out program stats
  202.    A CTRL-R will print out everything
  203.    in the current line before pressing return
  204.    A CTRL-U will erase everything on
  205.    the line you are on.
  206.    A CTRL-C will break out of a program
  207.    A CTRL-S will pause printout
  208.  & A CTRL-Q will resume printout
  209.  
  210. <><><><><><><><><><><><><><><><><><><><>
  211.  
  212. Tip #2
  213. ------
  214.  
  215.   When DIRing, you can type:
  216.         DIR !
  217.          "  #
  218.          "  $
  219.          "  %
  220.          "  &
  221.  
  222. <><><><><><><><><><><><><><><><><><><><>
  223.  
  224. Note #1
  225. -------
  226.  
  227. Remember, [1,*] (* means wildcard, or all numbers)
  228. accounts are privilidged accounts 
  229. and can delete any users online.
  230.  
  231. This is acheived by typing:
  232.    
  233. UT KILL xx
  234.  
  235. xx= your job number. Look in the SYSTAT
  236. for your job.
  237.  
  238. <><><><><><><><><><><><><><><><><><><><>
  239.  
  240.    Well, i guess i am gonna be Kickin it now,
  241.         
  242.                 -*<The Flash>*-
  243.  
  244. ****************************************
  245.  
  246.