home *** CD-ROM | disk | FTP | other *** search
- The following is an example batch file for using Append-It on a BBS to create
- a master file listing, this example is also shown within the APPENDIT.DOC file
- included in the Append-It archive, note that this is only an example and will
- require modifications in order to work properly with your system setup. Please
- read the APPENDIT.DOC file for complete installation and operation instructions
- for using Append-It version 1.0.
- -------------------------------------------------------------------------------
- EXAMPLE APPEND-IT BATCH FILE
- * MODIFICATIONS REQUIRED *
-
- ECHO OFF
- CD\BBS\APPENDIT
- APPENDIT D:\FILES\UPLOADS\FILES.LST + D:\FILES\DOSUTILS\FILES.LST
- APPENDIT C:\BBS\APPENDIT\APPENDIT.NEW + D:\FILES\GAMES\FILES.LST
- APPENDIT C:\BBS\APPENDIT\APPENDIT.NEW + D:\FILES\WINDOWS\FILES.LST
- REN APPENDIT.NEW MASTER.LST
- COPY MASTER.LST D:\FILES\UPLOADS
- DEL MASTER.LST
-
- -------------------------------------------------------------------------------
-