home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / AGSDOS0!.ZIP / A-DOS.DOC < prev    next >
Text File  |  1994-10-02  |  4KB  |  163 lines

  1.  
  2.  
  3.   AEGIS DOS v0.0!
  4.  
  5.  
  6.  
  7. 1st I would like to say that I hate dox so this one will be really short.
  8.  
  9. 2nd I MUST say that this PPE is not sysop-friendly at all... I've just code it
  10. for fun and I didn't try to make anything easy to use... after that, Number 6
  11. asked me to release the A-DOS, so I did it... but I let it in it's first form,
  12. nothing is easy for the sysop here... sorry if you love install.exe files, this
  13. PPE doesnt have one... take yourself by the hand and try to understand how this
  14. thing works... maybe you will learn something... ;)
  15.  
  16.  
  17. -------------
  18.  
  19. The purpose :
  20.  
  21. This is a false DOS, a trap for lamers... they will think that they are in a
  22. part of the board that is totally unallowed and usually they will simply try
  23. a FORMAT C: really funny to look the log file :)
  24.  
  25. -------------
  26.  
  27. For a fast try, install it in your CMD.LST, it should work without editing
  28. any file...
  29.  
  30. -------------
  31.  
  32. OK, there are many files so here is a small explaination...
  33.  
  34. 1st there are some *.DIR files... they are associated with *.CMD files...
  35.  
  36. because for now only two directories are allowed through the DOS Limiter 
  37. (hAHhA!!), you must have :
  38.  
  39. DOS.CMD & DOS.DIR
  40. PCB.CMD & PCB.DIR
  41. ROOT.CMD & ROOT.DIR
  42.  
  43. all .DIR files contain what is shown with a "DIR" command... try to make it no
  44. longer than a screen, otherwise the user will try a "DIR/W" or "DIR/P"... and
  45. this is not handled (for now ?)...
  46.  
  47. all .CMD files contain a list (straight text, one command per line) of commands
  48. that will generate a "DOS Limiter : Access Denied !" (hihihi!!). So you should
  49. put here all usual commands (SET, ECHO, PATH etc...) that are not handle 
  50. internally by A-DOS.
  51.  
  52. Internally, A-DOS handle those commands :
  53.  
  54. - DIR
  55. - CD\
  56. - CD..
  57. - REM
  58. - CLS
  59. - CD <dirname>
  60. - CD ..
  61. - FORMAT (*)
  62. - DEL (*)
  63. - DELTREE (*)
  64. - ERASE (*)
  65. - FDISK (*)
  66. - RD (*)
  67. - EXIT
  68.  
  69. (*) -> trigger the Busted message !
  70.  
  71. so a typical *.CMD file would be :
  72.  
  73. COMMAND.COM
  74. SET
  75. ECHO
  76. PATH
  77. DIR/P
  78. DIR/W
  79.  
  80. add to this any exe file that is contained in the ???.DIR file...
  81.  
  82. warning ! all comamnds in *.CMD files must be UPPERCASE !
  83.  
  84. You can now edit all prompts to customize your A-DOS to make it looks 
  85. closer to your real DOS (langage)...
  86.  
  87. By default, if you just have uncompress A-DOS archive, you have all prompts in
  88. French... just edit those files to match your needs...
  89.  
  90. - ALLOWED.TRE
  91.  
  92. This file is show when the Dos Limiter show the allowed access (should only
  93. include PCB & DOS directories if you haven't modified anything in the PPE)
  94.  
  95. - BUSTED.MSG
  96.  
  97. This is the message posted to the sysop when a lamer attempted to use an 
  98. unallowed command
  99.  
  100. - BUSTED.
  101.  
  102. This is the ANSI file shown to say to the lamer that he has been busted...
  103. (should be really violent :))
  104.  
  105. - A_DENIED.TXT
  106.  
  107. This file says "DOS Limiter : Access Denied"
  108.  
  109. - ACCESS.TXT
  110.  
  111. This file says "Allowed Access to :" and is shown just before ALLOWED.TRE
  112.  
  113. - INVALCOM.TXT
  114.  
  115. This file says "Invalid command or filename"
  116.  
  117. - INVALDIR.TXT
  118.  
  119. This file says "Invalid directory"
  120.  
  121. - LIMITER.TXT
  122.  
  123. This is the DOS Limiter copyright (HAhhHAhA!!!)
  124.  
  125. - NOCMPLX.TXT
  126.  
  127. A simple message to say "DOS Limiter:No complex CD\??\?????\?\???\?? commands!"
  128.  
  129. - SHELL.TXT
  130.  
  131. This is your COMMAND.COM message... 
  132.  
  133. ----------------------
  134.  
  135. Important :
  136.  
  137. Don't put this visible in your menu, or everybody will try it and you won't
  138. be able to find true lamerz between curious people... just put it with the
  139. command "DOS" for example and I can promise you that true lamerz and shitty
  140. hackers (I mean no true ones...) will try this...
  141.  
  142. ----------------------
  143.  
  144. With sources, I include a .PRJ file, this is not a big deal to make a new one,
  145. but I put it to remind you : PowerPPL rulez ! ;)
  146.  
  147. ----------------------
  148.  
  149. I include sources because, as I mentionned at the beginning, I do NOT consider
  150. this as a real release... just because nothing is done for comfort, it's only
  151. pure shitty code... t'was done for fun, I will certainly never rewrite any 
  152. part of the code... so if you want to improve it, do it and spread it,
  153.  
  154.  BUT ! -> Say that the original code and concept was from me, and if your
  155.           release has nothing in common with the original code, at least
  156.           greet me because I gave you the idea :)
  157.  
  158. ----------------------
  159.  
  160. Ciao and long life to PCBoard !
  161.  
  162.                 - Lone Runner - /┤EGiS Corp - PPE Division -
  163.