home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / V2_84.ZIP / TOS_MENU.ZIP / ZIPLAB.NFO < prev   
Text File  |  1993-05-31  |  2KB  |  65 lines

  1. ; Configurable ZIPLAB Screen By Crimson Blade. (C) RE 1993
  2. ;
  3. ; This Script File Defines X and Y Locations, What to Display, and what
  4. ; Color to Display it in.  3 Descriptions for each ZIPLAB activity..
  5. ; the first one is displayed while the software [D]oes the activity,
  6. ; second one defines where to go if it [P]asses the current test, and
  7. ; the third defines where to go it it [F]ails the test.  If you want
  8. ; the software to skip one of a the tests simply remove it from the file.
  9. ;
  10. ; Activity Types
  11. ; 1 = Test File Integrity
  12. ; 2 = UnZIP File to Work Dir.
  13. ; 3 = Scan for Virus via SCAN.EXE
  14. ; 4 = Strip AV from ZIP's
  15. ; 5 = Remove other Board Adds (Need REMOVE.TXT in main dir)
  16. ; 6 = Add Comment to ZIP Header (ZCOMMENT.TXT in /MENUS)
  17. ; 7 = Include specified file (in Config) to ZIP
  18. ;
  19. ; Each number is difined three times time followed by a D,P,F.
  20. ; D = Where to go while [D]oing, P = Where to go if [P]asses, F = If [F]ails
  21. ;
  22. ; Paramters = #x = XX,YY,Normal Color,Hi Color,<What to Display>
  23. ;
  24. ; Colors = BackGround * 16 + Foreground
  25. ;
  26. ; Test File Integrity
  27. ;
  28. 1D = 45,10,112,116,▀▀▀
  29. 1P = 58,10,112,114,▀▀▀
  30. 1F = 64,10,112,126,▀▀▀
  31. ;
  32. ; UnZIP File to Work Dir
  33. ;
  34. 2D = 45,11,112,116,▀▀▀
  35. 2P = 58,11,112,114,▀▀▀
  36. 2F = 64,11,112,126,▀▀▀
  37. ;
  38. ; Scan for naughty Virii
  39. ;
  40. 3D = 45,12,112,116,▀▀▀
  41. 3P = 58,12,112,114,▀▀▀
  42. 3F = 64,12,112,126,▀▀▀
  43. ;
  44. ; Strip AV
  45. ;
  46. ; Not using it..
  47. ;
  48. ; Remove ZIP Adds
  49. ;
  50. 5D = 45,13,112,116,▀▀▀
  51. 5P = 58,13,112,114,▀▀▀
  52. 5F = 64,13,112,126,▀▀▀
  53. ;
  54. ; Add ZIP Comment to ZIP Header
  55. ;
  56. 6D = 45,14,112,116,▀▀▀
  57. 6P = 58,14,112,114,▀▀▀
  58. 6F = 64,14,112,126,▀▀▀
  59. ;
  60. ; Include File in ZIP
  61. ;
  62. 7D = 45,15,112,116,▀▀▀
  63. 7P = 58,15,112,114,▀▀▀
  64. 7F = 64,15,112,126,▀▀▀
  65. ;