| I found the post below my message elsewhere in the forum, I was able to adapt
it and to start using the "masks". I'm sorry my questions may sound basic, but
I'm not very familiar with this. I come close, but can't get this to work.
Here is what the filenames look like online:
<http://www......bbs/records/index.cgi?read=20580>
What I need is for the filenames to be 20580.html
It seems like it should be simple.
This is where I am at: %h%p/%n%[read::::].%t
This produced a file named: index20580.html
Where did the "index" part come from? I don't want that in there, but I can't
figure out how to eliminate it from the filename. Please help,
Gina
----------------------------------
**I found this in another post on this forum, and it is similar:
> foo.com/blog.php?mod=comment&id=1089606282
> Of course what I'm really after is the number that appears
> after id= , eg 1102023563. Do I understand correctly there
> is no way to get it save the file as 1102023563.html or
> something similar?You can:
Set options / Build / Options
and enter:
%h%p/%n%[id:-:::].%t
The %[] syntax is:
%[param:before:after:notfound:empty]
param: the query string parameter name
before: what to put before, if found
after: what to put after, if found
notfound: what to put, if the parrameter is missing
empty: what to put, if the parameter is empty
| |