On Thu, 15 Dec 1994 23:33:01 -0600, Winship <[log in to unmask]> said:
>Has Pico been modified so it doesn't insert the extra CR/LF ?
 
I don't know.
 
>                                                               In
>other words, can you use it to delete files from the filelist, or
>do you still have to use vi for that?
 
Can't you use the standard "// EOJ" trick?  In other words:
  PUT filename filetype filelist whatever options
  // EOJ
 
I've never tried this, but it seems like it ought to work...  Or, at the
very least, you should be able to construct a minimal CJLI job:
  // JOB
  PUT filename filetype filelist whatever options
  // EOJ
 
That would HAVE to work...
Bill
>Douglas