home *** CD-ROM | disk | FTP | other *** search
- REM PAGDEMO.BAT
- ECHO OFF
- ECHO This batch file builds a document using the PAGINATE.EXE command.
- ECHO The example document demonstrates some of the capabilities of
- ECHO the program including:
- ECHO * Reading in an ASCII-delimited file (PAGDEMO.#2)
- ECHO * Sorting a file
- ECHO * Aligning and justifying text
- ECHO .
- PAUSE Press Enter to continue
- ECHO ON
- PAGINATE PAGDEMO.#1 TEMP.OUT /OVERWRITE /-I %1
- ECHO OFF
- ECHO That should be about it.
- ECHO Please use a text viewer to see the results.