jschrot
12-30-2006, 09:08 PM
How do I have to specify the path in launchy.xml to direct launchy to save a webpage in a specific urd-file?
Inserting the following into launchy.xml works fine:
<command>%ProgramFiles%\UltraRecall\UltraRecall.exe</command>
<arguments>"C:\web.urd" /importdup</arguments>
But if I specify a different path with empty spaces in the pathname like "C:\Eigene Dateien\Texte und Schaubilder\web.urd" it doesn't work. Neither does the following path: "C:\Eigene%20Dateien\Texte%20und%20Schaubilder\web. urd", which yields the error messge:
Error opening database "C:\Eigene%20Dateien\Texte%20und%20Schaubilder\web. urd": File doesn't exist.
Can anybody tell me please what the correct pathname is?
Inserting the following into launchy.xml works fine:
<command>%ProgramFiles%\UltraRecall\UltraRecall.exe</command>
<arguments>"C:\web.urd" /importdup</arguments>
But if I specify a different path with empty spaces in the pathname like "C:\Eigene Dateien\Texte und Schaubilder\web.urd" it doesn't work. Neither does the following path: "C:\Eigene%20Dateien\Texte%20und%20Schaubilder\web. urd", which yields the error messge:
Error opening database "C:\Eigene%20Dateien\Texte%20und%20Schaubilder\web. urd": File doesn't exist.
Can anybody tell me please what the correct pathname is?