home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / smallutils.t.Z / smallutils.t / utils.doc < prev    next >
Text File  |  1990-12-07  |  1KB  |  15 lines

  1. The following programs that may be of some utility.
  2.  
  3.  
  4. fc: Floppy chop. Takes an input file and writes the first 350,000 bytes to one file and the remaining bytes to another file. 'fc -?' for help. Comments: this is a tad braindead, as it should autmatically create multiple files if the input file is longer than 700,000 bytes. Also, it uses single-character i/o, so its a tad slow. The primary use of this is to put large files onto multiple floppy disks, to be concatenated back together on another machine. Source included.
  5.  
  6. shar: shell archive utility; 'sh -?' for help. This is not one of my programs, but I thought I'd pass it along.
  7.  
  8. sbreak: sends a BREAK on the named serial line. A break consists of a 500 mS 'zero' pulse on the line. Very handy for communicating with wierd datacomm equipment that requires a break. Source included.
  9.  
  10. dpark: floppy disk park. Restores floppy head to track zero. Not particularly useful, but cute. Disclaimer: this does NOT safely park a disk! It only puts the head on track zero. I mainly wrote it to learn setstat code.
  11. Source included.
  12.  
  13. wysetime: Basic09 runtime module that sets the time to the system clock on Wyse terminals.
  14.  
  15. wysecrack: puts up a cute message every minute or so in the status line on a Wyse terminal. Source included.