Quote:
Originally Posted by leo95
I followed the steps but does not open even the autorun.exe
[autorun]
open=Autorun.exe, open=(Leer.txt)
icon=Sims3EP06.ico
thanks
|
I was trying to remember from memory... not a good idea at my age LOL
it actually need a shellexecute to open the text file..
IE:
ShellExecute=datafile - Specifies an application or data file that is to be opened. Windows will launch the application associated with that file type to open the datafile.
So for your example.
Code:
[autorun]
open=Autorun.exe
icon=Sims3EP06.ico
ShellExecute=Leer.txt
icon=Leer.txt
NOTE: ShellExecute does not work under win95/98.