"Jim Thompson" wrote in message news: snipped-for-privacy@4ax.com...
Anyone remember enough about batch files to know how to handle modern
> _long_ filenames?
>
> I want to execute...
>
> C:\\NewsProxy\\NewsProxy.exe
>
> then execute...
>
> C:\\Program Files\\Agent\\agent.exe
You could also try JavaScript or WinScript. See the following:
It is probably cleaner and more powerful than using batch files.
Note the use of %windir% to get the current directory, which can be useful.
Quotation marks are still required, however.
Paul