Phil, I'm wanting a Linux app that doesn't require an interface. I just want to kick it off from the unix prompt and execute my non graphical code such as ftping a file or changing a mysql database. Jeff
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Davis Sent: Friday, April 06, 2007 8:13 PM To: How to use Revolution Subject: Re: Non Graphical Application Jeff Honken wrote: > I'd like to use runrev to program a linux program but I don't require > the graphics. I've tried some test programs but it seems that runrev > needs the graphic libraries for Linux. Has anyone programmed any non > graphical programs in the past? Hi Jeff, When you say 'no graphics', do you mean you want a command-line interface only, or something else? If CLI only, you can write a runrev script with a text editor, and start it out by turning off the GUI, by making line 1 of the script something like this: #!<pathToRunRev> -ui Thanks - Phil Davis _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
