Aximmetry's project loading on startup

 

Hello,

This question maybe sounds wierd and obvious but is there a posibility to load project on windows startup?
If my PC randomly looses power and comes back, can it automaticly load latest or specific project? 

Could not find any manual in "Learn" section

   Sindri

 
Profile Image
EricWest
  -  

Hi Sindri.

Sure thing. You would need to do two things.

First, put Axy into your Autostart (shell:startup) or use TaskScheduler if you want it to start with (say) 1 minute delay to make sure all other neccessities are loaded in advance.

Second, add some options to your Axy start like:
"C:\path\to\Aximmetry.Composer.exe" "D:\path\to\VirtualStudio.xcomp" /quick /watch
Alternatively put these commands in a batch file and run that on startup.

/quick suppresses the startup dialogues
/watch runs axy watchdog which will restart axy in case of a crash

Cheers & all the best.
Eric.