Autorun.inf

  • Thread starter Thread starter test
  • Start date Start date
T

test

I was told that a CD I distrubute as part of my job does not autorun
on Vista. Does anyone know if Vista executes autorun in the same
manner as xp.

This is the aurorun file.

[AUTORUN]
OPEN=autorun.exe start.html

--------

I have written a program called start.exe which launches an an html
file called start.html

Does the OPEN command work in Vista?

Thanks!
 
I was told that a CD I distrubute as part of my job does not autorun
on Vista. Does anyone know if Vista executes autorun in the same
manner as xp.

This is the aurorun file.

[AUTORUN]
OPEN=autorun.exe start.html

--------

I have written a program called start.exe which launches an an html
file called start.html

Does the OPEN command work in Vista?


OK; so you wrote a program named "start.exe" but why do you expect Windows
to execute it? Your AUTORUN.INF file tells the system to execute a program
named "autorun.exe" with a parameter of "start.html"; there's no mention of
"start.exe" .

If you (or whoever isn't seeing the automatic start) are in a corporate
environment, check the policies on the computer. The autorun feature is
considered (correctly) to be a significant security exposure, and "best
practices" installations disable it.

Joe Morris
 
I was told that a CD I distrubute as part of my job does not autorun
on Vista. Does anyone know if Vista executes autorun in the same
manner as xp.

This is the aurorun file.

[AUTORUN]
OPEN=autorun.exe start.html

--------

I have written a program called start.exe which launches an an html
file called start.html

Does the OPEN command work in Vista?

Thanks!

FYI, in addition to other replies, A longstanding program, shellex.exe,
works perfectly to run a number of startup applications.

http://www.whirlywiryweb.com/q/shellexe.asp

John
 
Back
Top