Page 1 of 1
Posted: Thu Oct 30, 2003 6:40 pm
by batfink
Hi
Is there any way of achieving this from within XP?
Thanks
Posted: Thu Oct 30, 2003 8:08 pm
by Neutron
start > run > "msconfig" and remove it from the start up items
Posted: Fri Oct 31, 2003 7:41 am
by zezappa
uncheck "active" in livebar/settings/projects
Posted: Fri Oct 31, 2003 7:49 am
by batfink
Thanks!
Posted: Sat Nov 01, 2003 3:26 am
by Billy goat gruff
Delete SFP folder. Worked for me.
Posted: Sun Nov 02, 2003 8:40 am
by at0m
So there's 3 official ways to de-activate SFP loading on startup now, all of the above are correct.
- SFP>Set>Settings>Projects>'Startup Project Active'. This totally bypasses the option of a startup project.
- Lifechangee would delete the SFP folder, killing all further attempts to work with SFP

- An alternate way, as Neutron explained, leaving the option above Active, and disabling it in msconfig>startup. This has a neat advantage. Apart from the regular SFP 'New Project', you can have a second project to start SFP with: The startup project, startproject.pro, can be loaded with a .bat file. Let me explain how.
Make a new text document in your SFP folder. Insert the line: "start c:sfpappbinsfp.exe -s" without the " ", and rename the text to "SFPstart.bat". The "-s" switch lets SFP load startproject.pro instead of newproject.pro. Create a shortcut to this on your desktop, where you now have the option to load either of both projects by executing the original SFP shortcut or the one you just made.
Some people prefer to load SFP in low priority under XP. Make .bat files according to the description from above:
to load SFP in low priority by default, make sure the line looks like "start /low c:sfpappbinsfp.exe" or "start /low c:sfpappbinsfp.exe -s", depending on weither you want to load newproject.pro or startproject.
Enjoy

Posted: Tue Nov 04, 2003 12:17 am
by zezappa
On 2003-11-02 08:40, at0mic wrote:
[*] you can have a second project to start SFP with
[/list]
or, for those in a hurry, by 2 clicking any *.pro, after registering .pro as a scope type file.
very, very usefull, for a XTC user as me

Posted: Tue Nov 04, 2003 5:32 am
by at0m
zezappa wrote:
[...] double click any *.pro, after registering .pro as a scope type file.
SFP cannot open .pro files by double clicking them -it opens the newproject.pro instead. There's a nice explanation on how to do that tho, check out the hints at
this page...
Posted: Thu Nov 06, 2003 10:32 am
by zezappa
...sorry, obviously you're right!
I'd forgotten that, as I've been mostly on XTC and my SFP Default project is "Empty" and I load the one I want then.
Thank you anyway, Atomic.
