Page 1 of 1

Posted: Sat Dec 04, 2004 2:21 pm
by kperry
I'm sure there must be an obvious solution to this, but I can't work it out: I want to be able to load different project files either by double clicking on a .pro file or, at worst, by double clicking on a shortcut that I've manually created for a specific .pro file.

All I can do right now is launch StartProject.pro (by using the -s switch) or the NewProject.pro file by using no switches. The only (horrid) solution I've come up with so far is to write a script file that renames one of these before launching sfp.exe.

Windows XP, Scope 4

Posted: Sat Dec 04, 2004 5:44 pm
by at0m
Indeed, the only workaround we have now is a script or batch file that overwrites the Start - or New project with the one we want to open. .. I guess someone who knows how to write this can automatically open SFP and load the New Project ("sfp.exe") or Startproject ("sfp.exe -s") too :grin:

Posted: Sat Dec 04, 2004 7:30 pm
by kperry
Annoying, but thanks for confirming I haven't missed anything obvious!