command-line & URLs with commas

Radek
10/18/2006 08:47 pm
Hello,
I've got a question: Is there a way of adding an URL (which contains commas) via command-line?
E.g.
http://www.gazetawyborcza.pl/1,75476,3691296.html
http://www.penguin.co.uk/nf/Browse/BrowseStdPage/0,,11797_1_ZZZ_text_PS0,00.html
http://community.borland.com/article/0,1410,29952,00.html
http://www.eweek.com/article2/0,1895,1844628,00.asp
http://www.wired.com/news/privacy/0,1848,68429,00.html

Because, when I'm trying like this:
OE.exe /new=caption=test,url=http://www.gazetawyborcza.pl/1,75476,3691296.html
or this
OE.exe /new=caption=test,url="http://www.gazetawyborcza.pl/1,75476,3691296.html"
or this
OE.exe "/new=caption=test,url=http://www.gazetawyborcza.pl/1,75476,3691296.html"
or even this
OE.exe /new=caption=test,url=http://www.gazetawyborcza.pl/1%2C75476%2C3691296.html

resulting project's URL is always cut after the first comma:
http://www.gazetawyborcza.pl/1

?
Oleg Chernavin
10/19/2006 04:31 am
Well, the only way is to use the {:file=c:\1.txt} macro in the Project's URLs field and to have all these URLs in the 1.txt file.

Best regards,
Oleg Chernavin
MP Staff