home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 144_01 / c.hlp < prev    next >
Text File  |  1985-08-21  |  768b  |  21 lines

  1. ********************************************************************** 
  2. *                              C 
  3. ********************************************************************** 
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  
  5. ********************************************************************** 
  6.     
  7. PROGRAM: 
  8.     C - Extract and submit a batch file from a C program. 
  9.     
  10. USAGE: 
  11.     C  [name] 
  12.     
  13. FUNCTION: 
  14.     This opens the file name.C.  It extracts lines 
  15.     beginning with % and constructs a "submit" file on the A: disk It 
  16.     is used to submit c compiles.  It remenbers the last name in a 
  17.     file ENAME.$$$.  If called without the name, it will use the 
  18.     saved name.
  19.  
  20.