Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Launching from startup and using command line data entry

  • 13-01-2013 8:53pm
    #1
    Registered Users, Registered Users 2 Posts: 519 ✭✭✭


    Hi there,
    I'm trying to set up an application so that it automatically starts when the PC starts, but I also want the application to run setup file.

    the applocation in question does acceppt command line input

    The example given in it's help file is...
    VSPEmulator.exe c:/config_files/main.vspe
    This should launch th application and run a file called main.vspe

    I'm able to have the aplication start by puting a shortcut into the "startup" section, but I can't figure how to run the command line automatically???

    OS is win 7

    Thanks,
    Ray


Comments

  • Registered Users, Registered Users 2 Posts: 122 ✭✭MrECameraman


    trackerman wrote: »
    Hi there,
    I'm trying to set up an application so that it automatically starts when the PC starts, but I also want the application to run setup file.

    the applocation in question does acceppt command line input

    The example given in it's help file is...
    VSPEmulator.exe c:/config_files/main.vspe
    This should launch th application and run a file called main.vspe

    I'm able to have the aplication start by puting a shortcut into the "startup" section, but I can't figure how to run the command line automatically???

    OS is win 7

    Thanks,
    Ray

    Use HKLM \ Software \ Microsoft \ Windows \ CurrentVersion \Run and pop it in there as a reg_sz


  • Registered Users, Registered Users 2 Posts: 519 ✭✭✭trackerman


    Wow, way too complicated for me I'm afraid...

    me and regedit don't get on....


  • Registered Users, Registered Users 2 Posts: 1,456 ✭✭✭FSL


    Navigate to HKey_Local_Machine \ Software \ Microsoft \ Windows \ CurrentVersion \Run
    In the right hand portion of the screen right click and chose New string value. Give it a name then right click on the name and choose modify
    then in the text box paste (including the quotation marks) "VSPEmulator.exe c:/config_files/main.vspe"

    Click OK and that's all there is to it


  • Registered Users, Registered Users 2 Posts: 519 ✭✭✭trackerman


    Got it, cheers.

    Thanks all.


Advertisement