[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev I cant get on web w* lynx
From: |
Robert Mognet |
Subject: |
Re: lynx-dev I cant get on web w* lynx |
Date: |
Sun, 13 May 2001 22:12:23 -0400 |
User-agent: |
Mutt/1.2.5i |
Hello,
On Sun, May 13, 2001 at 01:53:52PM +0200, address@hidden wrote:
> something in the www-part of the
> surf.bat file has a command "Lynx %1" etc and I can't find
^^
When you see this in a .bat
file it stands for a replacable parameter (something you would
type after the .bat file name on the command line, for example)
foo.bat bar (or just "foo bar")
in this case %1 in the command in the .bat file would be replaced by
"bar".
%1 is the first parameter, %2 is the second, etc.
If your system uses a .bat file to start Lynx perhaps you could post
a copy of the file (along with the command you use to start it)
and someone may be able to help.
Regards,
Robert
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden