Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Opening files on many windows

Opening files on many windows

Scheduled Pinned Locked Moved The Lounge
comadobehelpquestion
7 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Russell
    wrote on last edited by
    #1

    Hi, does anybody know hot to open multiple files in multiple instance of an application simply pressing enter after multiselected the files into windows explorer? (i.e. one instance per one file) In my old PC I found the way managing the DDE options, but now that pc is formatted and I'm not finding again the way. My current setting is in this[^] setting-form is : OPEN ....application.exe "%1" TRUE [open("%1")] ...etc With this setting "application.exe" is opened only one time and inside that is opened all the files selected. The strange thing is that the same setting for the application Notepad let runs multiple instances to open all the text files selected. :doh: some help? ...


    Russell

    D R M D 4 Replies Last reply
    0
    • R Russell

      Hi, does anybody know hot to open multiple files in multiple instance of an application simply pressing enter after multiselected the files into windows explorer? (i.e. one instance per one file) In my old PC I found the way managing the DDE options, but now that pc is formatted and I'm not finding again the way. My current setting is in this[^] setting-form is : OPEN ....application.exe "%1" TRUE [open("%1")] ...etc With this setting "application.exe" is opened only one time and inside that is opened all the files selected. The strange thing is that the same setting for the application Notepad let runs multiple instances to open all the text files selected. :doh: some help? ...


      Russell

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #2

      I will be kind, for it is a Monday. This kind of Tech question belongs in a forum, I would suggest 'Vista/Windows7'. Others may flame you, but I am generous.

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

      R R 2 Replies Last reply
      0
      • D Dalek Dave

        I will be kind, for it is a Monday. This kind of Tech question belongs in a forum, I would suggest 'Vista/Windows7'. Others may flame you, but I am generous.

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

        R Offline
        R Offline
        Rage
        wrote on last edited by
        #3

        Really ? We have always answered shell questions in the Lounge.

        1 Reply Last reply
        0
        • R Russell

          Hi, does anybody know hot to open multiple files in multiple instance of an application simply pressing enter after multiselected the files into windows explorer? (i.e. one instance per one file) In my old PC I found the way managing the DDE options, but now that pc is formatted and I'm not finding again the way. My current setting is in this[^] setting-form is : OPEN ....application.exe "%1" TRUE [open("%1")] ...etc With this setting "application.exe" is opened only one time and inside that is opened all the files selected. The strange thing is that the same setting for the application Notepad let runs multiple instances to open all the text files selected. :doh: some help? ...


          Russell

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #4

          I don't think this can be handled by the shell only. There must be an option in your application settings such as "allow multiple instances to be open at the same time" that you should check or uncheck. You could try and play with the options of the start command. For instance, instead of

          "C:/program files/my app/application .exe" "%1"

          use

          "start /b C:/program files/my app/application .exe" "%1"

          On a side note, I recommand to work directly in the registry instead of using the painful file association dialog of the explorer.

          1 Reply Last reply
          0
          • D Dalek Dave

            I will be kind, for it is a Monday. This kind of Tech question belongs in a forum, I would suggest 'Vista/Windows7'. Others may flame you, but I am generous.

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

            R Offline
            R Offline
            Russell
            wrote on last edited by
            #5

            oh yes.... it is monday ...the first of summer ... but I have a lot of work to do ... and i found that I'm not able to use windows as I want ... I think that the first thing that (somebody) will flame is my PC! :laugh:


            Russell

            1 Reply Last reply
            0
            • R Russell

              Hi, does anybody know hot to open multiple files in multiple instance of an application simply pressing enter after multiselected the files into windows explorer? (i.e. one instance per one file) In my old PC I found the way managing the DDE options, but now that pc is formatted and I'm not finding again the way. My current setting is in this[^] setting-form is : OPEN ....application.exe "%1" TRUE [open("%1")] ...etc With this setting "application.exe" is opened only one time and inside that is opened all the files selected. The strange thing is that the same setting for the application Notepad let runs multiple instances to open all the text files selected. :doh: some help? ...


              Russell

              M Offline
              M Offline
              Media2r
              wrote on last edited by
              #6

              Not sure if this will help or confuse, but some apps (particularily MS apps) have flags that allow them to run as a seprate instance. Windows Explorer, for instance, cannot be run using a different set of credentials unless you use the flag /separate. I would be less than surprised if something similar is the case here. //L

              1 Reply Last reply
              0
              • R Russell

                Hi, does anybody know hot to open multiple files in multiple instance of an application simply pressing enter after multiselected the files into windows explorer? (i.e. one instance per one file) In my old PC I found the way managing the DDE options, but now that pc is formatted and I'm not finding again the way. My current setting is in this[^] setting-form is : OPEN ....application.exe "%1" TRUE [open("%1")] ...etc With this setting "application.exe" is opened only one time and inside that is opened all the files selected. The strange thing is that the same setting for the application Notepad let runs multiple instances to open all the text files selected. :doh: some help? ...


                Russell

                D Offline
                D Offline
                Daniel Grunwald
                wrote on last edited by
                #7

                DDE is deprecated. The new way to accept a list of files to open is IDropTarget[^].

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups