Steven Manross skrev: > 90% of the way down... (the following command throws errors -- %%f was > unexpected at this time) > > for %%f in (*.*) do call pod2html %%f --outfile > \perl\html\site\lib\mail\spamassassin\plugins\%%f.html --quiet > > s/b > > for %f in (*.*) do call pod2html %f --outfile > \perl\html\site\lib\mail\spamassassin\plugins\%f.html --quiet
You use %%f in batch files, %f on the command line. -- Magnus Holmgren
signature.asc
Description: OpenPGP digital signature