Graphics

 View Only
  • 1.  Starting XPression and loading project using command line

    Posted 01-03-2017 19:45
    Hi,

    I would like to set up my pc that when the pc gets rebooted, XPression is automatically started and if possible also loads a specific project.

    I would like to put this in a startup script together with some other commands.

    Is it possible to start and load a project using command line?

    Thank you,
    Kenneth


  • 2.  RE: Starting XPression and loading project using command line

    Posted 01-03-2017 19:51
    Why not just set XPression to start with Windows and enable 'load most recent project' in XPression > Preferences
    #XPression


  • 3.  RE: Starting XPression and loading project using command line

    Posted 01-03-2017 20:12
    You can run the windows command "start" and pass it an XPF. This will run the default application registered to XPF files (which should be XPression).
    This can be put into a windows batch file.

    e.g. From a command line:

    start myfile.xpf

    #XPression