[Cs-dev] Writing Console Messages to a text file?
| Date | 2006-06-23 14:24 |
| From | "Dr. Richard Boulanger" |
| Subject | [Cs-dev] Writing Console Messages to a text file? |
Hello Developers, It's probably somewhere in the manual, but... in the old days, we used to be able to write the output of the console (error messages) into a text file that we could name up front. Lots of crashes lately. Sometimes they clear my screen too fast (MacCsound especially) So.... I would appreciate you reminding me the command line flags that would write out the error messages into a text file. thanks, -dB Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2006-06-23 14:29 |
| From | Istvan Varga |
| Subject | Re: [Cs-dev] Writing Console Messages to a text file? |
| Attachments | None |
| Date | 2006-06-23 14:29 |
| From | Rory Walsh |
| Subject | Re: [Cs-dev] Writing Console Messages to a text file? |
You can try this csound test.csd > messages.txt this works fine here in DOS but I am not sure how it works on other platforms. Rory. Dr. Richard Boulanger wrote: > Hello Developers, > > It's probably somewhere in the manual, but... > > in the old days, we used to be able to write the output of the > console (error messages) > into a text file that we could name up front. > > Lots of crashes lately. > > Sometimes they clear my screen too fast (MacCsound especially) > > So.... I would appreciate you reminding me the command line flags > that would write out the > error messages into a text file. > > thanks, > > -dB > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2006-06-23 17:16 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Cs-dev] Writing Console Messages to a text file? |
The option used to be
-- filename
but I believe it was removed
==John ffitch
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2006-06-23 17:18 |
| From | Istvan Varga |
| Subject | Re: [Cs-dev] Writing Console Messages to a text file? |
| Attachments | None |
| Date | 2006-06-23 17:38 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Cs-dev] Writing Console Messages to a text file? |
thanks. is this in the manual? On Jun 23, 2006, at 12:18 PM, Istvan Varga wrote: > On Friday 23 June 2006 18:16, jpff@cs.bath.ac.uk wrote: > >> The option used to be >> -- filename >> but I believe it was removed > > It is still there in the standard command line frontend, even if not > as --, but rather -O |