[This message has also been posted to linux.debian.user.] In article <[EMAIL PROTECTED]>, Joe Mc Cool wrote: > Please, > > I am trying to get create a cron job that will go fetch a doc file > from a particular web site. > > I had hoped to run: > > lynx -cmd_log my_script http://www.siteiwant.com > > navigate (entering passwords etc) to the file I want and fetch it. > > Then I would: > > lynx -cmd_script my_script http://www.siteiwant.com > > But after logging in lynx presents me with a blank screen, not the
Try it as lynx -cmd_log=my_script http://www.siteiwant.com You're missing the equals between -cmd_log and its parameter. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]