Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 1-JUN-1994 17:44:25.85 From: FLAMBE::"[email protected]" "01-Jun-1994 1443" To: [email protected] CC: Subj: bcs headers (no header for .ps) ?? Hi There, I want to make it so that .ps files have no header. I thought that the best way to do this would be to have an empty "header.ps" file in my BCSHEADERS directory. Unfortunately, it causes this: 127 QA monterio> bci snap0_0_1dd00010.ps [ ./Xtea/Clients/dxprint/Snap.bsl/snap0_0_1dd00010.ps ] bci: Header file ./Xtea/Clients/dxprint/Snap.bsl/snap0_0_1dd00010.ps malformed. What would be a better way to do this? Thanks, --steve
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
774.1 | Re: bcs headers (no header for .ps) ?? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Jun 03 1994 15:33 | 16 |
Date Of Receipt: 1-JUN-1994 18:09:28.15 From: FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE" To: [email protected], [email protected] CC: Subj: Re: bcs headers (no header for .ps) ?? Steve, the right way to do this is to have NO header.ps present; bcreate will then assume the file is type BIN (binary). For existing files (that have already been bcreate once), you need to change the comment leader to BIN as follows: bcs -cBIN file(s) -josh |