home *** CD-ROM | disk | FTP | other *** search
- ; SOURCE.CFG
- ; Copyright Rick Maddy 1992.
-
- ; Changes:
-
- ; Version 1.01 to 1.1
- ; - None
-
- ; Version 1.1 to 1.2
- ; - None
-
- ; Version 1.2 to 1.3
- ; - None
-
- ; This is the default configuration used by SOURCE. This may be changed
- ; in any manner to suit your own needs. All these values are hardcoded into
- ; the SOURCE as the base defaults incase no configuration file can be found.
-
- begin Default
-
- ; Set tabs to eight spaces.
- -t8
-
- ; Turn on block tracing.
- -b
-
- ; Turn on highlighted comments.
- -c
-
- ; Turn on highlighted keywords.
- -k
-
- ; Print all lines of file.
- -i0
- -f0
-
- ; Print all pages of file.
- -I0
- -F0
-
- ; Set character pitch to pica - 10 characters per inch.
- -pp
-
- ; Set page orientation to portrait.
- -op
-
- ; Set page to single column.
- -s1
-
- ; Set line spacing to 6 lines per inch.
- -l6
-
- ; Turn on line numbering. Set to four digits, padded with zeros, followed
- ; by a colon.
- -n
- -N04:
-
- ; Set page header to all pages.
- -h2
-
- ; Set page header to show the following:
- ; File: filename.ext (mm/dd/yy - hh:mm) Printed: mm/dd/yy - hh:mm Page: ###
- ; where 'File', 'Printed', and 'Page' will be highlighted.
- -H"&h+File:&h- &fn (&fd1/ - &ft2:)&jc&h+Printed:&h- &cd1/ - &ct2:&jr&h+Page:&h- &pn03"
-
- ; Set header gap to one line between header and first line of text
- -w1
-
- ; Set banners to print before and after each file.
- -B3
-
- ; Turn on file stats before printing
- -q
-
- ; Turn off print verification.
- -v-
-
- ; Default output to printer port one.
- -r lpt1
-
- ; Ask what to do when redirected to file and it exists.
- -ar
-
- ; Turn on printer escape codes.
- -e
-
- ; Turn off graphic character printing.
- -g-
-
- ; Turn off sound for prompts and errors
- -y-
-
- ; Don't print files with the following extensions during wildcard searches
- -z ".exe .obj .map .sys .bak .lib"
- end
-
-
-
- ; This definition is useful for printing to the screen.
-
- begin Screen
- ; No headers
- -h0
-
- ; redirect output to the console device (screen)
- -r con
-
- ; Use the printer definition 'Screen'
- -d Screen
-
- ; Pica pitch
- -pp
-
- ; One column
- -s1
-
- ; Allows escape codes
- -e
-
- ; Turn on graphics for block tracing
- -g
-
- ; No banner pages
- -B0
- end
-
-
-
- ; This definition is used to get the most output per page.
- ; This assumes you can print compressed landscape, 8 lines per inch.
-
- begin Small
- ; 8 lines per inch, landscape, compressed pitch, two columns, header every
- ; page, no whitespace after header, graphics off
- -l8 -ol -pc -s2 -h2 -w0 -g-
- end
-
-
-
- ; This definition is good for dumping plain text files. No line numbers
- ; are shown.
-
- begin Text
- ; block tracing off, comments off, escape codes sent, header first page only,
- ; 6 lines per inch, no line numbers, portrait, 10 pitch, one column, normal
- ; tabs stops
- -ar -b- -c- -k- -e -h1 -l6 -n- -op -pp -q- -s1 -t8 -v- -w1
- end
-