Atari ST - ST X-press - 1987
Copier

- Genre
- Copying / Protecting / Dumping
- Year
- 1987
- Language
- Compiled C
- Publisher
- ST X-press
- Controls
- Keyboard
- Distributor
- —
- Players
- —
- Developer
- [n/a]
- Resolution
- Low / Medium / High
- Licensed from
- —
- Programmer(s)
- Foster, Stephen
- Country

- Graphic Artist(s)
- —
- Software
- English
- Game design
- —
- Box/Instructions
- English
- Musician(s)
- —
- License
- Magazine
- Sound FX
- —
- Serial
- —
- Cover Artist(s)
- —
- ST Type
- ST, STe / 0.5MB
- MIDI
- —
- Version
- [magazine]
- Dump
- Download
- Number of Disks
- 1 / Double Sided / HD Installable
- Dump format
- MSA
- Protection
- —
INSTRUCTIONS
/* append - A block by block file append program. * By Stephen Foster, for ST-Xpress. * * Usage : append input-file output-file * Both file names are required. output-file must exist and is appended onto. * malloc is used to allocate as much memory as possible. */ /* bcopy - A byte by byte file copy program. * By Stephen Foster, for ST-Xpress. * * Usage : COPY input-file output-file * Both file names are required * */ /* copy - A block by block file copy program. * By Stephen Foster, for ST-Xpress. * * Usage : COPY input-file output-file * Both file names are required * malloc is used to allocate as much memory as possible. */ /* echo.c - Echo command arguments to standard output * By Stephen Foster, for ST-XPRESS. */ /* Copy standard input to standard output till EOF ( ^Z ) * By Stephen Foster for ST-XPress */
