home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / UPNAME.ZIP / UPNAME.DOC < prev    next >
Text File  |  1991-11-15  |  3KB  |  75 lines

  1.  
  2.   UPNAME.EXE (C) Copyright 1991 Maynard Marquis.
  3.  
  4.   "Uploader's Name"  
  5.  
  6.      Here is a simple utility that will read the UL.LOG (upload
  7. log) file Maximus creates and then add the uploader's name and, as an 
  8. option, the upload date and time to the FILES.BBS for everyone to see.
  9.      In order to help prevent processing an entry more than once,
  10. the program will insert an '*' in the first column of each entry of
  11. the UL.LOG it has processed. (Be aware that this only happens after
  12. a normal program termination.) A copy of the old UL.LOG is made and
  13. called 'UL-LOG.OLD'. If the corresponding FILES.BBS cannot be
  14. found, then the entry is NOT processed, but IS marked with an '*'.
  15. If you wish to reprocess an entry, edit out the '*' in column one
  16. of the UL.LOG and rerun UPNAME.
  17.     
  18.  
  19. Parameter(s)
  20.  
  21.   /D tells upname to add the date and time of the upload after the
  22.      name of the uploading user's name in the appropriate FILES.BBS.
  23.  
  24.  
  25. Permission
  26.  
  27.     The maker of my compiler says that I must copyright any code I
  28. produce with it. Therefore, this code is (C) Copyright 1991 Maynard
  29. Marquis. 
  30.      I give permission for sysops of nonprofit BBS's to use this
  31. utility free of charge. Sysops who charge user's fees must get
  32. written permission from Maynard Marquis. Sysops who use this in a
  33. commercial environment must also get written permission.
  34.  
  35. Warrantee
  36.  
  37.      None. Zip. Zero. I am NOT responsible in any way for whatever
  38. happens when you run this program. If you see your computer blow
  39. up, then don't blame me. (It works fine on my computer.)
  40.  
  41.      By running the program, you agree to hold me harmless for any
  42. damages resulting from your running of my program.
  43.      
  44.      It is reccommended that you back up all data, before running
  45. any program, including this one, that you might want to blame for
  46. messing up your data. 
  47.  
  48. Requirements
  49.  
  50.   -- PC-DOS or MS-DOS 3.3 or later.
  51.   -- enough empty disk space to copy your UL.LOG in the current   
  52.      directory
  53.   -- enough empty disk space to copy your FILES.BBS in its path.
  54.   -- 4 or 5 free DOS file handles
  55.   -- This version uses generic MS-DOS for IO. Although it has not
  56.      been tested on them, it is likely to work on any machine that
  57.      runs MS-DOS.
  58.  
  59.  
  60. Maximus belongs to Scott Dudley.
  61. IBM, PC-DOS belong to IBM.
  62. MS-DOS belongs to Microsoft.
  63. All trademarks belong to their respective owners.
  64. The sun belongs in the sky after 5:00 PM EST.
  65. Maynard belongs in his girlfriend's arms.
  66.  
  67. Please feel free to contact me with comments at:
  68.  
  69. Compuserve 73267,205
  70. FIDO       1:141/328@Fidonet.ORG
  71. U.S. Mail  P.O. Box 38
  72.            Farmington, CT 06034
  73.           
  74.  
  75.