home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / UPCHKTD.ZIP / ANOTHER.USE next >
Text File  |  1991-05-15  |  4KB  |  109 lines

  1.                ::::::: Other Use's with UpChk :::::::
  2.  
  3. 1) :::: Downloading from a BBS ::::
  4.  
  5. I use a batch file called 'STARTTX.BAT' which executes Telix.  This
  6. can be form a multitasking environment like DESQview or from DOS.
  7. When I'm ready to exit Telix I used the 'ALT X' and the rest of the
  8. batch file begins with ASK.  ASK must be in the Telix directory.  If
  9. I answer with a 'N' then the batch file  will close and nothing is
  10. done.  IF 'Y' is entered then UpChk will run.  I put the PAUSE in
  11. there so I can see what is going on before the window closes.
  12.  
  13. C:\TELIX\TELIX.EXE                 <=- Brings up TELIX or whatever
  14. ASK Run UpChk and CHECK new files? <=- Do I want to run UpChk (Y/N)?
  15. Cls
  16. IF NOT ERRORLEVEL 1 GOTO Run UpChk and CHECK new files
  17. EXIT                               <=- Answer 'N' Closes batch file
  18. GOTO END
  19. :Run UpChk and CHECK new files     <=- Answer 'Y' Batch file continues
  20. D:
  21. CD\COMM
  22. UPCHK 8 0 D:\BBS\DIR               <=- Runs UpChk
  23. PAUSE                              <=- Wanted to see whats happening
  24. EXIT                               <=- Closes the DV window
  25. :END
  26.  
  27. Note: Remove the comments directed to you (i.e. <=- Runs UpChk).
  28.       Change paths and UpChk config information to suit your system.
  29.  
  30. This could be put on a protocol and run when the transfer was finished
  31. but I decided I could wait until I logged off a system to do my
  32. checking.
  33.  
  34. The ASK program used here is on my system if you can't find it locally.
  35. It is called ASK.ZIP and is only 1.9k compressed.
  36.  
  37. From:
  38. Al Maynard
  39. Harbor Master
  40. 414-681-1123
  41. Racine, Wisconsin
  42.  
  43. 2) :::: Downloading from a BBS ::::
  44.  
  45. Not only do I use it on my BBS but also as a User.  I have detected 1
  46. VIRUS already that could have destroyed my system!
  47.  
  48. Checking downloaded files via the protocol method.  I use this method
  49. only when I call a BBS that is very hard to connect to (you know
  50. always busy) and want to make sure the file I downloaded passes the
  51. Integrity test.  Otherwise I can wait until I'm off line to check the
  52. files.  I setup one external protocol for this.
  53.  
  54. Example of Batch file:
  55.  
  56. @ECHO ON
  57. cd \telix
  58. mpt P2 a- b+ n+ r+ m- r c:\telix\temp\
  59. UPCHK 1 0 c:\stuff
  60.  
  61. Note: Change paths and UpChk config information to suit your system.
  62.  
  63. UPCHK 1 2 c:\stuff
  64.         ^
  65.         |
  66.         + This is your Comm Port and has to be set to '0' or it will
  67.           Echo back to the BBS and might lock it up.
  68.  
  69. From:
  70. Paul Carrol
  71. GCEMS BBS [Wildcat]
  72. Number N/A
  73. Fredericksburg, TX
  74.  
  75.  
  76. 3) :::: Floppy Drives! ::::
  77.  
  78. Virus AZUSA could have been caught with UpChk if I thought of this
  79. sooner!  Being a Sysop you would think I would know better.
  80.  
  81. I NOW have Upchk set to check ALL my Floppy drives.  With one of my
  82. UpChk?.CFG's I have it do a through check on all new floppies
  83. entering my computer.  Yes, even the ones I get in commercial
  84. programs or blanks directly from the store or my best friend!
  85.  
  86. The changes I make in for this config is I do a complete memory
  87. check.  To do this I remove the /NOMEM from the command line of
  88. SCAN.EXE.  I also change the setting of copy files 'Y' to 'N' since I
  89. want the files to remain on the diskette.
  90.  
  91. From:
  92. Phil Dert
  93. Cryptic Maze [PC Board]
  94. Number N/A
  95. Illinois
  96.  
  97. 4) :::: Sysop's and Nightly Events ::::
  98.  
  99. I make a special UPCHKx.CFG just for my nightly events.  Although I
  100. have checked them once already there are times I add files from DOS
  101. and they never get checked, now they do.  UPCHK takes less memory, it
  102. is faster, offers more options and uses less programs to do the task.
  103.  
  104. From:
  105. Ed Beck
  106. Whip, Chains & BLK Leather
  107. Number N/A (Very Private!)
  108. Wisconsin
  109.