OS4 DepotLogo by Alkaron 
(anonymous IP: 216.73.216.180,2357) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (204)
   o Development (607)
   o Document (24)
   o Driver (98)
   o Emulation (150)
   o Game (1023)
   o Graphics (509)
   o Library (119)
   o Network (237)
   o Office (67)
   o Utility (935)
   o Video (70)

Total files: 4437

Full index file
Recent index file

 Links

  Amigans.net
  Aminet
  IntuitionBase
  Hyperion Entertainment
  A-Eon
  Amiga Future


Support the site


 Readme for:  Utility » Misc » rdrprep.lha

RdrPrep

Description: Submit jobs to a Hercules reader
Download: rdrprep.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 59kb
Version: 0.3
Date: 27 May 2025
Author: James M. Morrison
Submitter: Samir Hawamdeh
Homepage: https://github.com/mainframed/rdrprep
Requirements: Hercules virtual card reader
Category: utility/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 13377
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
rdrprep
Copyright 2001-2002, James M. Morrison
Version: 0.3 
Built:   May 26 202523:00:45

This program prepares an ASCII file for submission to a Hercules virtual card
reader.  It reads the input file, and provides a mechanism to include other
(ASCII or EBCDIC) files.  
Files are included by specifying an 'include' statement (beginning in column 1)
whose format is:
	::C [path]filename
where:
	:: 		are the include escape characters
	C 		either E (EBCDIC) or A (ASCII) for the included file's
			character set.  The case of E or A is not significant.
	[path]filename 	specifies the filename and optional path of the file
			to be included.

The main input file (specified on the command line) is assumed to be in ASCII.  
ASCII files are assumed to be of variable line lengths, EBCDIC files are assumed
to be of fixed length.  All input lines are translated to EBCDIC (if necessary),
and blank padded or truncated to 80 characters
(subject to the trunc option).  
Include statements are only recognized 
in ASCII input files.


Syntax: rdrprep [options...] input [output]

 input     input filename
 output    output filename (default reader.jcl)

Options:
--help/-h.     this help message
--version      prints version and build date
--verbose      be verbose
--debug        print debug information
--no-truncate  disable truncating after 80 records
--print        print output in ASCII
--lrecl/-l     custom record length (default 561891834)

Copyright © 2004-2025 by Björn Hagström All Rights Reserved