Hello
With XP there was a command in french : executer: to run per exemple
blablabla.exe
what is the equivalent in Vista? I do not see it.
Thanks fo your answer
FGNico

RE: command : execute by BillD

BillD
Sat May 10 01:24:00 PDT 2008



"FGNIco" wrote:

> Hello
> With XP there was a command in french : executer: to run per exemple
> blablabla.exe
> what is the equivalent in Vista? I do not see it.
> Thanks fo your answer

just open the start menu, type blablabla.exe and hit Enter

Re: command : execute by Synapse

Synapse
Sat May 10 03:27:16 PDT 2008

"FGNIco" <FGNIco@discussions.microsoft.com> wrote in message
news:589C9ACC-1950-4B7D-914F-E06749529108@microsoft.com...
> Hello
> With XP there was a command in french : executer: to run per exemple
> blablabla.exe
> what is the equivalent in Vista? I do not see it.
> Thanks fo your answer

Press WinKey + R to get the Run box, which may be what you are talking
about.

You can also use the Start Menu Search box to do the same thing.

ss.



Re: command : execute by Mark

Mark
Sat May 10 10:09:46 PDT 2008

From within a bat file, it's :
start blablabla.exe

or perhaps:
cmd /c 'start blablabla.exe'

--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
.

"FGNIco" <FGNIco@discussions.microsoft.com> wrote in message
news:589C9ACC-1950-4B7D-914F-E06749529108@microsoft.com...
> Hello
> With XP there was a command in french : executer: to run per exemple
> blablabla.exe
> what is the equivalent in Vista? I do not see it.
> Thanks fo your answer
> FGNico