Good day,

On page 35 of the SAC64 User Manual, regarding "Startup Command Line Options", which is the more preferable - or does it really matter at all?

1. Using the Shortcut option, as noted: C:\SAC\SAC.exe D:\Mix-Sessions\Test\Test.mxs
2. Using a batch file:

@echo off
start "" C:\Test\SAC\SAC.exe D:\Mix-Sessions\Test\Test.mxs
exit

I tend to use batch files as they permit me to launch both applications. For example:

@echo off
start "" C:\RML\SAC\SAC64.exe D:\Mix-Sessions\Test\Test.mxs
timeout /T 2
start "" C:\RML\SAW\SAWStudio64.exe D:\Mix-Sessions\Test\Test.edl
exit

Anyhow...just curious...