home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem NOTE: edit the paths below and use this to run RANDO
-
- rando -ai:\areas.bbs -qc:\ctools\origin.lst
-
- exit
-
- rem You must provide two command line parameters, optionally five more,
- rem seperated by a space:
-
- rem ╒════════════════════════════════════════════════════════╕
- rem │ RANDO v1.00 - Random Origin lines │
- rem │ (C) Copyright 1991 by Don Dawson 1:141/730.0@Fidonet │
- rem ╘════════════════════════════════════════════════════════╛
-
-
- rem Usage: [-a\path\filename] [-q\path\filename] [-e\path\filename]
- [-x\path\filename] [-b] [-s] [-l]
-
- rem -a [path and file name of AREAS.BBS]
- rem ex:. -ac:\misc\areas.bbs
- rem -q [path and file name of quotes file]
- rem ex: -qc:\misc\quotes.lst
- rem -e [path and file name of quotes error file] (optional)
- rem ex: -ec:\misc\rando.err
- rem -x [path and file name of areas to eXclude (optional)
- rem ex: -xc:\misc\skipem.lst
- rem -b BBS name from the AREAS.BBS file will be prefixed to the origin line.
- rem ex: -b
- rem -s Run silently.
- rem ex: -s
- rem -l Write rando.log containing \yourpath\ and each origin line.
- rem ex: -l
-
- rem . -A the name and path to your AREAS.BBS file (required).
- rem . -Q the name and path to the file that contains the stuff
- rem (famous quotes?) you want to use in your *Origin line.
- rem (required)
- rem . -E the name and path to a file into which you'd like all
- rem "errors" in your quote file written. (optional)
- rem . -X the name and path to a file containing areas to eXclude.
- rem . -B Your BBS name from your AREAS.BBS will be prefixed to the
- rem origin line. This will cause your * Origin line to look like:
-
- rem * Origin My BBS How now, brown cow.
-
- rem . -S Don't display the paths to the origin files
- rem . -L Log into RANDO.LOG each path and origin file contents.
-
- rem EXAMPLES:
-
- rem rando -ac:\bbs\areas.bbs -qc:\bbs\quotes.txt -b -s
-
- rem Note: No trailing backslash following the file name.
-
- rem rando -ac:\misc\myareas.bbs -qd:\stuff\myorigin.bbs -ec:\junk\errors.lst
-
- rem This will write 'input file errors' to the ERRORS.LST file.
-