Re: Printing and Filenames

1999-02-10 Thread Charles P. Wright
r with whichever version of lpr uses the > underscores? (Which lpr is that, by the way? Certainly not LPRng.) > > I can do this: > > $ echo a > "a file" > $ lpr "a file" > > and it does exactly what it is supposed to do. > > Tim. > */ As can

Re: Printing and Filenames

1999-02-10 Thread Charles P. Wright
et_input(fd_form_print->input_file); LString printer = fl_get_input(fd_form_print->input_printer); LString printerflag; -- Charles P. Wright [EMAIL PROTECTED] http://cpwright.villagenet.com/ "How should I know if it works? That's what beta testers are for. I only coded it." (Attributed to Linus Torvalds, somewhere in a posting)

Re: Printing and Filenames

1999-02-09 Thread Charles P. Wright
n filenames. The lpr command tries to use _'s instead of spaces which is the problem. -- Charles P. Wright [EMAIL PROTECTED] http://cpwright.villagenet.com/ "How should I know if it works? That's what beta testers are for. I only coded it." (Attributed to Linus Torvalds, somewhere in a posting)