home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR14 / UPTEST10.ZIP / UP-TEST.DOC < prev    next >
Text File  |  1993-02-27  |  3KB  |  96 lines

  1.  
  2.  
  3.  
  4.            ▀▀█░▒▓▀▀ ███  ███  ███░▒▓█
  5.              ██░▒   ██▓  ██▓  ███         U P L O A D
  6.              ░██░   ██▒▄▄██▒  ░████
  7.              ▒░██   ░█░  ░█░  ▒░█         T E S T E R
  8.              ▓▒░    ▒░█  ▒░█  ▓▒░
  9.              █▓▒░   ▓▒░  ▓▒░  █▓▒░██░     VERSION 1.0
  10.  
  11.  
  12.         ─────────by Geoff Kraus──
  13.  
  14.  
  15.         
  16.  ╔═════════════╗
  17.  ║Introduction.║
  18.  ╚═════════════╝
  19.         
  20.         I decided to make these little batch files after someone uploaded
  21.  a virus to my BBS, and people started complaining. I didn't like the .EXE
  22.  upload processors because they don't use maximum compression. So, here
  23.  they are. You should modify these so that they comply with your BBS.
  24.  
  25.  ╔═══════════╗
  26.  ║What to do.║
  27.  ╚═══════════╝
  28.  
  29.         First of all, you should change the >COM4 to whatever com you use.
  30.  If you use COM1, then change all the >COM4's to >COM1. Also, instead of
  31.  C:\RENEGADE\ARCS, you want to put these files in the directory your BBS
  32.  searches for archives. Also, put SCAN.EXE (or another virus scanner) into
  33.  the same directory. You may want to get a file called KD (Kill Directory).
  34.  It deleted a directory, and all the files in it. Or you can substitute
  35.  cd..
  36.  kd $$temp
  37.  for this:
  38.  del a*.*
  39.  del b*.*
  40.  del c*.*
  41.  del e*.*
  42.  del f*.*
  43.  del g*.*
  44.  del h*.*
  45.  del i*.*
  46.  del j*.*
  47.  del k*.*
  48.  del l*.*
  49.  del m*.*
  50.  del n*.*
  51.  del o*.*
  52.  del p*.*
  53.  del q*.*
  54.  del r*.*
  55.  del s*.*
  56.  del t*.*
  57.  del u*.*
  58.  del v*.*
  59.  del w*.*
  60.  del x*.*
  61.  del y*.*
  62.  del z*.*
  63.  cd..
  64.  rd $$temp
  65.         Would you rather do that, or get KD? :)  Also, I am using PkZip 
  66.  v2.04g and Arj v2.39b, so you may want to get those if you don't have them
  67.  already. You should also change the path and filename of my BBS comments.
  68.  The STATIC.COM file is what is added to the filename, and STATIC.ANS is the
  69.  header when you unzip the file.
  70.  
  71.  ╔═══════════╗
  72.  ║ANSi Files.║
  73.  ╚═══════════╝
  74.  
  75.         If you would like to change the ANSi files, (And put your BBS name
  76.  and your name in the registration boxes) it is best to use TheDraw. Save
  77.  ZIPT1.ANS and ARJT1.ANS as Clear Screen. Save the rest as Home Cursor. For
  78.  ZIPT2.ANS through ZIPT12.ANS, put the flashing things, or whatever you want,
  79.  in the place that they would appear on ZIPT1.ANS, but get rid of all the
  80.  background ANSi and stuff. Save all the ANSi screens with 23 lines.
  81.  
  82.  ╔═══════╗
  83.  ║Wrap Up║
  84.  ╚═══════╝
  85.  
  86.         Thanks for downloading this, and I hope you enjoy it. If you wouldn't
  87.  mind, a small donation of any amount would be appreciated. I spent alot of
  88.  hours on this (honestly), and you know the high cost of running a BBS. If
  89.  you DO decide to send me money, my address is:
  90.  
  91.  Geoff Kraus
  92.  5508 Pinta Ct.
  93.  Coeur d' Alene, ID 83814
  94.  
  95.  For more support, my BBS number is 208-664-2711.
  96.