How to set Shortcut's "Start In" via a command line

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have an application I need to lauch via a command line:

It's shortcut properties are:

Target: "C:\Program Files\app\myApp.exe"
Start In: "C:\HB"

How do I set the "Start In" via a command line, to start
my application?

I appreciate your help.

Dan
 
Dan wrote in
I have an application I need to lauch via a command line:

It's shortcut properties are:

Target: "C:\Program Files\app\myApp.exe"
Start In: "C:\HB"

How do I set the "Start In" via a command line, to start
my application?

START /?

START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL |
/BELOWNORMAL]
[/WAIT] [/B] [command/program]
[parameters]

"title" Title to display in window title bar.
path Starting directory
...

(W2K)
 
I have an application I need to lauch via a command line:

It's shortcut properties are:

Target: "C:\Program Files\app\myApp.exe"
Start In: "C:\HB"

How do I set the "Start In" via a command line, to start
my application?

I appreciate your help.

Dan


See tip 6035 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top