Logic 5.5 & SFP_4

An area for people to discuss Scope related problems, issues, etc.

Moderators: valis, garyb

Post Reply
AlexAnder
Posts: 4
Joined: Wed Aug 03, 2005 4:00 pm
Location: Russia

Post by AlexAnder »

Greetings People!!!

Prompt correct syntax of a branch "RUN", "below normal".
For start SFP_4
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

Welcome to planetz, AlexAnder :smile:

Running SFP in low priority is what many of us do. Maybe this one can make it easier: You can edit the links to "start /low C:\SFP\App\Bin\SFP.exe -s" or save it in a text file called sfp.bat, and it will automatically start in low priority. The "-s" switch tells SFP to open the start project iconized.

Have fun!

at0m.

[edit: disabled BBCode]
Last edited by at0m on Fri Jun 15, 2007 3:06 am, edited 1 time in total.
more has been done with less
https://soundcloud.com/at0m-studio
AlexAnder
Posts: 4
Joined: Wed Aug 03, 2005 4:00 pm
Location: Russia

Post by AlexAnder »

On 2005-08-04 15:12, at0m wrote:
Welcome to planetz, AlexAnder :smile:

Running SFP in low priority is what many of us do. Maybe this one can make it easier: You can edit the links to "start /low C:SFPAppBinSFP.exe -s" or save it in a text file called sfp.bat, and it will automatically start in low priority. The "-s" switch tells SFP to open the start project iconized.

Have fun!

at0m.
I welcome at0m!!

It would be desirable in more details!

1. Where it is necessary to place "sfp.bat" if it is created anew or where it to search if it is created by the program of installation SFP_4.

2. In 2000 this theme was discussed at a forum, by change of a branch "RUN", but syntax has been specified not distinct, and on mine WinXP does not work.

3. Can better establish a priority « LA 5.5" above normal, than to lower
priority sfp.exe?

Yours faithfully to you at0m.

AlexAnder.
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

Oops, looks like the html/BBcode screwed with some slashes, here corrected:
"start /low C:SFPAppBinSFP.exe -s"

1) You can put the sfp.bat anywhere you can easily access it. Start menu, desktop, quickstart tray, or even assign a shortkey to the function it executes. In my setup, it's assigned to Ctl-Atl-S, and the batch file is also in my start menu's Startup folder.

2) Cubase automatically, or at least by default, runs in high priority. You can easily make a similar logic.bat file with something along the lines of "start /high c:/.../lap.exe". I think this is how most of the experienced Logic users start up Logic (on pc).

enjoy!
more has been done with less
https://soundcloud.com/at0m-studio
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

another correction... for the "-s" option to work after boot you should:
- enable Startup project in SFP
- disable it in msconfig > startup
- put the bat file in Startup folder of Start Menu.

:grin:
more has been done with less
https://soundcloud.com/at0m-studio
AlexAnder
Posts: 4
Joined: Wed Aug 03, 2005 4:00 pm
Location: Russia

Post by AlexAnder »

On 2005-08-05 10:17, at0m wrote:
another correction... for the "-s" option to work after boot you should:
- enable Startup project in SFP
- disable it in msconfig > startup
- put the bat file in Startup folder of Start Menu.

:grin:
Greetings at0m!

Thanks you for the help in the decision of a question. (It is similar on « Planet Z », anybody Logic does not use).

From times "DOS" has passed so many years, that I have overlooked about such way of start of appendices as "BAT" the file, and very much was delighted to simplicity of the decision of a task.

After start of this file there is its instant flashing, but "Logic" it is not started.
By means of parameter “cmd/k” it was possible to force show the console to me the reason
« I cannot to find…, check up a path…,» & etc.

My line … " start/high C:Program FilesLogicLogic Platinum 5.3.0.exe "
Without "start/high" Logic it is started from everywhere, (though head over heels).

As you think, in what there can be a problem?

It is thankful in advance Alexsander.
Vasfed
Posts: 71
Joined: Tue Jun 08, 2004 4:00 pm
Location: Moscow, Russia
Contact:

Post by Vasfed »

My line … " start/high C:Program FilesLogicLogic Platinum 5.3.0.exe "
Without "start/high" Logic it is started from everywhere, (though head over heels).

As you think, in what there can be a problem?
you've omitted space after "start" so windows think that you're going to launch some file "high" in directory "start"...

i.e. correct is "start /high "C:Program FilesLogicLogic Platinum 5.3.0.exe""
Post Reply