Results 1 to 2 of 2

Thread: Interacting with Startmenu shortcuts

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    38

    Question Interacting with Startmenu shortcuts

    I want to run an old dos-based app (It's called Metaview) that requires several memory properties to be set in the shortcut. So I either need to find a way to reference that shortcut and open the app this way, or to create a new shortcut object that I can set the necessary memory properties for and then launch the app using it.

    Can anyone give me some sample code showing me how to do something like this?

    Thanks

  2. #2
    DerFarm
    Guest
    Assuming that you can set these options from DOS, you could
    write a batch file that does the settings and THEN calls the DOS
    program.

    Instead of referencing the program directly, your shortcut will
    reference the batch file.

    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width