|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there a command switch that could be used with the 'Run' line, or in a
batch file, that opens an application maximized? Say, for instance, might
it be:
ex: c:\windows\mshearts.exe -M ??
Thanks,
LibraryMan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 17 Jun 2003 11:36:52 EDT, "LibraryMan" <mrm### [at] attnet> wrote:
>Is there a command switch that could be used with the 'Run' line, or in a
>batch file, that opens an application maximized? Say, for instance, might
>it be:
>ex: c:\windows\mshearts.exe -M ??
If it's an EXE you can edit the properties to run Maximised in the programme
tab.
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"LibraryMan" <mrm### [at] attnet> wrote in
news:web.3eef359447537fa8738e706a0@news.povray.org:
> Is there a command switch that could be used with the 'Run' line, or
> in a batch file, that opens an application maximized? Say, for
> instance, might it be:
> ex: c:\windows\mshearts.exe -M ??
> Thanks,
> LibraryMan
>
Read the start command docs.
start /MAX c:\windows\mshearts.exe
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
mcavoys wrote:
>On Tue, 17 Jun 2003 11:36:52 EDT, "LibraryMan" <mrm### [at] attnet> wrote:
>
>>Is there a command switch that could be used with the 'Run' line, or in a
>>batch file, that opens an application maximized? Say, for instance, might
>>it be:
>>ex: c:\windows\mshearts.exe -M ??
>
>If it's an EXE you can edit the properties to run Maximised in the programme
>tab.
>Regards
> Stephen
>
I know, but what I actually did was to write a little 'script' that swaps
out the active "cards.dll" file depending on which solitaire game my wife
wants to play (two different games that have incompatible DLL files, but
unfortunately they're named the same).
So the icon that starts the game is actually starting a minimized batch file
which first copies appropriate file to the name "cards.dll," then starts
the game, hopefully maximized. And yes, she *might* get a little put-out
if all of the sudden she has to start maximizing when she didn't have to
before, because I'd been "messing with her computer again" ;-)
--LibraryMan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"LibraryMan" <mrm### [at] attnet> wrote in message
news:web.3eef3e1db45f6ade738e706a0@news.povray.org...
> I know, but what I actually did was to write a little 'script' that swaps
> out the active "cards.dll" file depending on which solitaire game my wife
> wants to play (two different games that have incompatible DLL files, but
> unfortunately they're named the same).
> So the icon that starts the game is actually starting a minimized batch
file
> which first copies appropriate file to the name "cards.dll," then starts
> the game, hopefully maximized. And yes, she *might* get a little put-out
> if all of the sudden she has to start maximizing when she didn't have to
> before, because I'd been "messing with her computer again" ;-)
>
> --LibraryMan
Why not store each .exe in a separate directory with its own appropriate
version of cards.dll, and then put the .dll most commonly used in the System
directory? That way, just use the correct active directory, and you don't
have problems.
...Chambers
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|