home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / packet / pak_23 / amsoft.iii next >
Text File  |  1997-02-01  |  3KB  |  65 lines

  1.  
  2.                            RENAME UTILITIES    
  3.                    Another Free Service of the B.V.D.S.
  4.                   (Blue Ridge Video and Digital Society)
  5.                      and the KC4LWI DX-Packet Cluster
  6.  
  7.                       Copyright 1990 by John Campbell
  8.                            All Rights Reserved.
  9.  
  10.      The  Rename  utilies  are  for cluster maintenance to maintain a clean
  11. and relativly free Hard Disk that is  easy  to  manage.   To  operate  this
  12. software  is  simple.   First  of  all create a directory under your packet
  13. cluster directory [IE: C:\PACKCLUS\OLD].  Enclosed is  a  batch  file,  CMD
  14. file,  and   2   EXE   files.    They   are  called  DAILY.BAT,  DAILY.CMD,
  15. RENAEMSG.EXE, and RENAMELOG.  If you already run a daily  event,  then  all
  16. you  have  to  do  is  to  edit  your  DAILY.CMD  to  add  the command line
  17. [DOS/NOWAIT DAILY.BAT]  and  it  will  shell  out  of  the  Packet  Cluster
  18. software,  and  will  archieve your deleted mail, and rename your PC.LOG to
  19. todays date.  This will happen at a rate  of  speed  that  the  users  will
  20. never  know  that  it happened.  You will need a set up archieve utilities,
  21. prefable PKZ101.EXE which is Phil Kratz utilies to  ZIP  files.   YOU  MUST
  22. USE  THE  ZIP  FORMAT, However, you may use you own Zip utility, PKZ101.EXE
  23. is available on most all BBS's around the country.      
  24.  
  25.      In  the path should be the RNAMEMSG.EXE and RNAMELOG.MSG.  In your CMD
  26. directory should be  the  DAILY.CMD.   The  DAILY.BAT  should  be  in  your
  27. PACKCLUS  directory.  DAILY.CMD and DAILY.BAT can be  edited  to  do  other
  28. maintenance at the same time. 
  29.  
  30.       Your DAILY.CMD is as follows:
  31.  
  32.                            DOS/NOWAIT DAILY.BAT
  33.  
  34.       Your DAILY.BAT is as follows:
  35.  
  36.                                CD \PACKCLUS
  37.                                PKZIP OLD\DAILY.ZIP MSG\*.DEL
  38.                                PKZIP OLD\DAILY.ZIP MSG\*.NEW
  39.                                COPY PC.LOG OLD
  40.                                DEL MSG\*.DEL
  41.                                DEL MSG\*.NEW
  42.                                CD \PACKCLUS\OLD
  43.                                RNAMEMSG
  44.                                RNAMELOG
  45.                                CD \PACKCLUS
  46.                                del *.log
  47.  
  48.        The files in this archieve are as follows:
  49.  
  50.             RNAMEMSG.EXE   -  Rename Message File
  51.             RNAMELOG.EXE   -  Rename Log File
  52.             DAILY.CMD      -  Packet Cluster Daily Command File
  53.             DAILY.BAT      -  Packet Cluster Batch file to process data
  54.             RENAME.DOC     -  This Text File 
  55.  
  56.      The   files enclosed in this Archieve are copy written and cannot  be
  57. edited without express written condition of the author.  The  CMD  and  BAT
  58. files  are  for configuration purposes and therefore can be edited for your
  59. system. This program has been written by John Campbell -  KC4LWI.   If  you
  60. like  this  program  please  use  it  in good health.  Do not send funds, a
  61. thankyou is more than is needed.  Amateur Radio is a Hobby and that is  the
  62. way that I prefer to keep it.
  63.  
  64.                                    
  65.