@rem Sample AUTORUN2.BAT @rem @rem When downloading this file make sure you replace the @rem (last) '_' with '.' in the filename (for security it is renamed) @rem @rem Put this file in \ETC\ and AUTORUN2.CAB in \LEVEL2\ @rem This will create a file HELLO.BAT in %ramdrv%\bin and @rem corresponding Help and Menu entries each time you boot. @rem @if "%debug%"=="" echo off echo @echo Hello, World! >%ramdrv%\bin\Hello.bat echo @pause >>%ramdrv%\bin\Hello.bat echo hello Say Hello >%ramdrv%\help\Hello.hlp echo Hello World~%%ramdrv%%\bin\Hello.bat >%ramdrv%\menu\Hello.mnu echo AUTORUN2: Please type 'Hello' to say hello