Tech Support > Microsoft Windows > Launch application in a specified place
Launch application in a specified place
Posted by Gary''s Student on November 23rd, 2005


I launch PowerPoint from a command prompt (.bat file) as follows:

c:
cd \
cd Program Files\Microsoft Office\Office10
powerpnt.exe

I want to control the size and position of the window from the bat file.

--
Gary''s Student

Posted by Gary''s Student on November 24th, 2005


The reason is to help the user. the .bat file opens several applications.
A browser, and editor and a spreadsheet. I don't want them to overlap on the
monitor. I want the browser and the editor to be sid-by-side on the top and
the spreadsheet to be below them.

Of course the users can set this up themselves, but they would rather it
hapen automatically.
--
Gary''s Student


"xgold" wrote:

> what for?
> i dont see any reason ...coz the window will close itself anyway..
>
> "Gary''s Student" <GarysStudent@discussions.microsoft.com> wrote in message
> news:6F4260D3-D5AF-4281-94E2-E08BB2180450@microsoft.com...
> > I launch PowerPoint from a command prompt (.bat file) as follows:
> >
> > c:
> > cd \
> > cd Program Files\Microsoft Office\Office10
> > powerpnt.exe
> >
> > I want to control the size and position of the window from the bat file.
> >
> > --
> > Gary''s Student

>
>
>

Posted by xgold on November 24th, 2005


what for?
i dont see any reason ...coz the window will close itself anyway..

"Gary''s Student" <GarysStudent@discussions.microsoft.com> wrote in message
news:6F4260D3-D5AF-4281-94E2-E08BB2180450@microsoft.com...
> I launch PowerPoint from a command prompt (.bat file) as follows:
>
> c:
> cd \
> cd Program Files\Microsoft Office\Office10
> powerpnt.exe
>
> I want to control the size and position of the window from the bat file.
>
> --
> Gary''s Student



Posted by xgold on November 24th, 2005


unfortunetely i dont think that this is posible...there is no way for such
thing
the only way is to open each program manualy and resize the window of each
program and place them where you want...then close ....and open again and
see if it's open in the same place and size...
then when you execute the bat file the programs will open in the memorized
position..

bye bye





"Gary''s Student" <GarysStudent@discussions.microsoft.com> wrote in message
news:AE01E192-B7D4-4686-99A5-234DED103F77@microsoft.com...
> The reason is to help the user. the .bat file opens several

applications.
> A browser, and editor and a spreadsheet. I don't want them to overlap on

the
> monitor. I want the browser and the editor to be sid-by-side on the top

and
> the spreadsheet to be below them.
>
> Of course the users can set this up themselves, but they would rather it
> hapen automatically.
> --
> Gary''s Student
>
>
> "xgold" wrote:
>
> > what for?
> > i dont see any reason ...coz the window will close itself anyway..
> >
> > "Gary''s Student" <GarysStudent@discussions.microsoft.com> wrote in

message
> > news:6F4260D3-D5AF-4281-94E2-E08BB2180450@microsoft.com...
> > > I launch PowerPoint from a command prompt (.bat file) as follows:
> > >
> > > c:
> > > cd \
> > > cd Program Files\Microsoft Office\Office10
> > > powerpnt.exe
> > >
> > > I want to control the size and position of the window from the bat

file.
> > >
> > > --
> > > Gary''s Student

> >
> >
> >




Similar Posts