1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is there a way to open all my pre selected programs with one click?

Discussion in 'Bing' started by lonetoms6, Oct 16, 2011.

  1. #1
    Hey folks, I was wondering if there is any way to save desktop layouts in windows. Not my icon layouts. I'm referring to having multiple programs open at once. I would like to start windows and click an icon that will open my redefined setup with programs I've selected.

    It's getting to be a little time consuming open up all my programs just to get set up.

    Are there any programs that can do this?
     
    lonetoms6, Oct 16, 2011 IP
  2. StormInternet

    StormInternet Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, thats possible.
    For e.g. if you have 2 files at two different locations as follows :
    file1.exe at c:\Windows\IMP
    and
    file1.exe d:\MyDocs\user1
    then to start both files at the same time, create a bat file say start.bat and add following lines in it :

    start "c:\Windows\IMP" file1.exe
    start "d:\MyDocs\user1" files2.exe

    save and close the file start.bat

    now when you double click/run start.bat file, it will execute both files file1.exe and file2.exe
     
    StormInternet, Oct 24, 2011 IP