Copier

Search
Votes / Statistics
Rating 
N/A
Hits: 1,073
Downloads: 580
Votes: 0
My Atarimania
Comments (0)

Screenshots - Copier

Copier atari screenshot

Information - Copier

GenreTape / Disk / Cartridge UtilityYear1987
LanguageCompiled CPublisherST X-press
Developer[n/a]Distributor
ControlsKeyboardCountryUSA
Box / InstructionsEnglishSoftwareEnglish
Programmer(s)

Foster, Stephen

LicenseMagazine
SerialST TypeST, STe / 0.5MB
ResolutionLow / Medium / HighNumber of Disks1 / Double-Sided / HD Installable
Dumpdownload atari Copier Download / MSAMIDI
Protection

Instructions - Copier

/* 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
 */
About Us - Contact - Credits - Powered with Webdev - © Atarimania 2003-2024