quote:
Windows Command Line Options
Note: Windows command line switches must be preceded by '/' (a forward slash) only. They are case insensitive.
Settings <full path> Launch with specified settings (opera6.ini) file
Debug Voice debug mode
No option to specify a URL... These are switches to add to the command line in a shortcut file, not for running the program from the RUN command
quote:
Originally posted by alexp2_ad
1. Surely that b should be a c, or it doesn't even work for me? I'll assume it's just me though, you must have tested it before releasing.
2. Don't assume opera is installed to C:\Program Files\Opera\Opera.exe...
3. Again, favourites, C:\. Plus, you could read firefox's favourites from a bookmark.html
4. Should check if each browser is installed and not show the button if it isn't.
1) Yes... It should
2) Adding a method to check for the path as we speak
3) The favourites location is now read from the reigstry and it includes the drive letter so it SHOULD always be right
4) Close enough... If it doesn't detect the exe file it disables the button (Obviously, this will work better when it is definately the right parth)
Also, the %HOMEPATH% environment variable you suggested only returns the path AFTER the drive letter (eg. "\Documents and Settings\My Documents") Is that just me or does it happen for other people as well?