Startup batch file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Z1P2
    New Member
    • Sep 2007
    • 23

    Startup batch file

    Hello, I have a batch file on my computer that opens up all the programs that I need to use at work. The batch file works great, except that when it opens the program windows, it they are kind of scattered around and I have to spend a minute or two re-arranging their locations and sizes. Is there a way, through either the batch file commands, or through windows (XP), to make them open up in the location and size that I want?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Create a program in vb and in that application use SHELL function to open the applications you want .

    Put the application in start up.

    Comment

    Working...