On Windows Me seems is not possible to launch a program from Autoexec.bat as
per Win9x. If I add a line with program , this line is discarded.
Automatic execution folder is the only way to launch a program at Start
time?

Thanks.
Sandrobi

Re: Autoexec.bat by Mike

Mike
Tue Aug 17 13:13:15 CDT 2004

Win Me does not use autoexec.bat or config.sys as it does not use real
mode. These files are retained solely for backward compatibility with
applications that expect to find these two files. If you wish to launch
an application or batch file when booting your system add an entry to the
start folder.
--
Mike Maltby MS-MVP
mcmaltby@hotmail.com


Sandrobi <sandbizzXXX@libero.it> wrote:

> On Windows Me seems is not possible to launch a program from
> Autoexec.bat as per Win9x. If I add a line with program , this line
> is discarded.
> Automatic execution folder is the only way to launch a program at
> Start time?


Re: Autoexec.bat by Liothar

Liothar
Tue Aug 17 13:29:17 CDT 2004

You run a DOS program from the autoexec.bat and a Windows program from
Win.ini.
AT the top of Win.ini find the following lines:

[windows]
load=
run=

"Sandrobi" <sandbizzXXX@libero.it> wrote in message
news:YwpUc.45714$OH4.1440141@twister1.libero.it...
> On Windows Me seems is not possible to launch a program from Autoexec.bat
as
> per Win9x. If I add a line with program , this line is discarded.
> Automatic execution folder is the only way to launch a program at Start
> time?
>
> Thanks.
> Sandrobi
>
>