re: Question about 'Run a Shortcut from the Command Prompt'
Friday, November 18, 2005 at 12:02 pm Windows XP Annoyances Discussion Forum
Posted by Paul Cramer
(2 messages posted)
Greetings
A related question. I have need to open a cmd window of a specific size from wihtin
another application. If a short cut is created to the partictular application I
can control the size of the resulting window. However, if I attempt to call the
shortcut all the sizing and colrs are ignored.
In windows is there a way to contol the size of a window that is opend by another
application?
THX Paul
On Tuesday, February 4, 2003 at 9:38 am, PartieHonteuse wrote:
>don't use quotes around the path....for example if your shortcut file was in this
>path... C:\testdir\shortcut.exe.lnk in your batch file you'd have..
>
>@echo off
>cls
>start C:\testdir\shortcut.exe.lnk
>end
>
>
>not
>@echo off
>cls
>start "c:\testdir\shortcut.exe.lnk"
>end
>
>even though the little tutorial show's to have quotes around the path, they are
incorrect.
>also make sure the name of your shortcut isnt "shortcut to program.exe" ;-) and
if
>it is make sure you call that exact name
>
>start C:\testdir\shortcut to program.exe.lnk
>hope this helps
|
All messages in this thread [show all]
 |  |  | re: Question about 'Run a Shortcut from the Command Prompt' (Paul Cramer: Fri, Nov 18, 2005, 12:02 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|