how can i load a project directly from shortcut????

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

Moderators: valis, garyb

Post Reply
User avatar
ARCADIOS
Posts: 1360
Joined: Tue Aug 02, 2005 4:00 pm
Location: Glyfada, Athens-Greece
Contact:

how can i load a project directly from shortcut????

Post by ARCADIOS »

is this possible?

i have tried a few changes of shortcut properties but i cannot find the way in order scope to open a project from its own shortcut, and not to load first the startup project and then open from inside scope
Lima
Posts: 917
Joined: Mon Dec 29, 2003 4:00 pm
Location: Italy
Contact:

Post by Lima »

Not possible in my opinion. The fastest way to load projects is to set an empty project as default and as startup. Then put a link to the projects' folder direclty into the desktop.

Another tip is to use the project preset device. If you often use the same devices you could build a standard project and then recall its presets with a click instead of reloading a whole project. In this way you can avoid the time of unloading/loadig the devices.
This way don't work for changing the project structure, so don't expect you can load or unload devices (hence the standard project)...
:-)
Welcome to the dawning of a new empire
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Post by dawman »

Preset Device Rules On Stage. :D

MPC from Wolf or Shroomz for ASIO / GSIF presets within a project.

http://www.planetz.com/forums/viewtopic.php?t=23589 ........Ankyu.
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

A dirty way would be to make a batch file which copies the clicked project (named %1 in the batch file) to the default new project or start project, then starts Scope with its new or start project.

I'm at work now, so I can't tell you the exact contents of the batch file, but that'd be one solution that comes to my mind:

Code: Select all

copy %1 c:\scope\newproject.pro;
c:\scope\sfp.exe
Backup your default project if you don't want to loose it - it will be overwritten eh.

If your batch file is tested and works, you can right-click a .pro file, select "Open with..." then browse to the batch file and select "always open this file with.."

Good luck :D
more has been done with less
https://soundcloud.com/at0m-studio
User avatar
ARCADIOS
Posts: 1360
Joined: Tue Aug 02, 2005 4:00 pm
Location: Glyfada, Athens-Greece
Contact:

Post by ARCADIOS »

in fact i do not know how to make it. can you give me some more info about the batch file?

thanks
Post Reply