home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / from10.hlp < prev    next >
Text File  |  1995-04-05  |  2KB  |  56 lines

  1. FROM10 is a cheap program available to type files on your terminal. It
  2. will  send  all characters in the file, including nulls, rubouts and all
  3. control characters.  It will not respond immediately to ^C while  it is
  4. typing  out  to you.  and will not convert tabs to spaces or provide
  5. filling at the start of each new line.  To run it, type
  6.  
  7.         .R FROM10
  8.          --------
  9.  
  10.        You will then be asked if you wish to ignore Carriage Returns
  11. on type-out. The Default answer is NO, which passes Carriage Returns 
  12. through from your file:
  13.  
  14.         Ignore <CR> ? [N]:  Y
  15.                            ---
  16.  
  17. You will then be asked for the number of seconds you want it to wait before
  18. typing out the file. This value can be anywhere between 1 and 999 seconds,
  19. and a default of 20 seconds is set if you hit RETURN:
  20.  
  21.         Delay in seconds [20]: 45
  22.                               ----
  23.  
  24. Now you have the option of programming a header and a trailer character.   
  25. The header character will immediately precede the file, the trailer 
  26. character follows the file. Hitting RETURN sends no header or trailer
  27. characters. In the example below, the file is preceeded by an 'S' (ASCII
  28. code 123) and is followed by a 'T' (ASCII code 124):
  29.  
  30.         Octal ASCII code for  HEADER character [none]: 123
  31.                                                        ---
  32.  
  33.         Octal ASCII code for TRAILER character [none]: 124
  34.                                                        ---
  35.  
  36.         File to type ?  FOOBAZ.EXT
  37.                         ----------
  38.  
  39. It will then ask you for the name of a file to type.  Give it the name of 
  40. the file(s).  A wildcard specification for multiple files (ie: *.MAC, *.*,
  41. ABC???.TXT, etc..) is also acceptable. After each file, FROM10 will pause   
  42. until the Delay-in-Seconds period is waited out, after which the next file 
  43. is typed to the terminal. And so on. 
  44.  
  45. To exit the Program, type a CONTROL-C to the 'File to Type' prompt, OR 
  46. while the terminal is pausing between files for multiple file requests.
  47.  
  48. Also note that the tty LNKfacility does not correctly handle
  49. output from FROM10 which uses packed image mode.
  50.  
  51. Questions to George, 3-9275.
  52.  
  53.  
  54. .KJOB
  55. .
  56.