View Full Version : * Two Applications on single short cut *
Kumaran
March 26th 04, 10:23 AM
Dear Users,
I'm using Win XP Pro.
Would it be possible to start two applications from a single shortcut on
desktop.
I don't want to use batch file...
Thanks
Regards
Kumaran
Keith Miller
March 26th 04, 12:25 PM
You do know you can have a shortcut to a batch file, right? Why is that unacceptable? You could
also use a script.
Keith
"Kumaran" > wrote in message
...
> Dear Users,
> I'm using Win XP Pro.
> Would it be possible to start two applications from a single shortcut on
> desktop.
> I don't want to use batch file...
>
> Thanks
>
> Regards
> Kumaran
>
>
Pavel A.
March 28th 04, 06:22 AM
"Kumaran" > wrote in message ...
> Dear Users,
> I'm using Win XP Pro.
> Would it be possible to start two applications from a single shortcut on
> desktop.
> I don't want to use batch file...
Enter a command line like:
cmd.exe app1 & app2 & app3 ....
--PA
wojo
March 28th 04, 06:43 AM
"Pavel A." > wrote in message
...
> "Kumaran" > wrote in message
> ...
>> Dear Users,
>> I'm using Win XP Pro.
>> Would it be possible to start two applications from a single shortcut on
>> desktop.
>> I don't want to use batch file...
>
> Enter a command line like:
> cmd.exe app1 & app2 & app3 ....
>
> --PA
>
>
>
I've never tried that myself. Do you actually separate the filenames by the
[&] sign or semi-colon or just a space or what?
--
TO Email: Remove [SPAM]
If I can help you I will.
If you can help me thanks.
Pavel A.
March 28th 04, 11:01 AM
"wojo" > wrote in message ...
>
> "Pavel A." > wrote in message
> ...
> > "Kumaran" > wrote in message
> > ...
> >> Dear Users,
> >> I'm using Win XP Pro.
> >> Would it be possible to start two applications from a single shortcut on
> >> desktop.
> >> I don't want to use batch file...
> >
> > Enter a command line like:
> > cmd.exe app1 & app2 & app3 ....
Oops. Missed /c: cmd.exe /C app1 & app2 & app3 ....
But you already got the idea.
--PA
David Candy
March 28th 04, 12:02 PM
It's all in help under Command Shell Overview.
There's &, &&, ||, (), and ;. (commas and periods here are mine). Don't =
forget to look up command redirection as well. Also in the For command =
you'll see how to pull out parts of file names.
--=20
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
"Pavel A." > wrote in message =
...
> "wojo" > wrote in message =
...
> >
> > "Pavel A." > wrote in message
> > ...
> > > "Kumaran" > wrote in message
> > > ...
> > >> Dear Users,
> > >> I'm using Win XP Pro.
> > >> Would it be possible to start two applications from a single =
shortcut on
> > >> desktop.
> > >> I don't want to use batch file...
> > >
> > > Enter a command line like:
> > > cmd.exe app1 & app2 & app3 ....
>=20
> Oops. Missed /c: cmd.exe /C app1 & app2 & app3 ....
> But you already got the idea.
>=20
> --PA
>=20
>
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.