Hi, How can I do to parse a file(c:\cygwin\etc\DHCPD\dhcpd.conf) which is for
exemple a part which contains:
host col000036545c {
hardware ethernet 00:02:A5:31:7D:7C;
option vendor-encapsulated-options "install:KLOR_1:%77.90";
filename "/bootp/linux/pxe/pxeloader" ;
#next-server server21;
}
In fact the line important is
option vendor-encapsulated-options "install:KLOR_1:%77.90:standard=E1302.fr";
How can i do to get what is after % ie in this exemple 77.90
to get what is between : and = ie standard
and finally to get E1302.fr.
I wanted to assign this 3 fields in 3 label widget.
How can I do this?
Thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]