Autorun on a cdrom
Autorun on a cdrom
Out of context: Reply #9
- Started
- Last post
- 13 Responses
- corin0
An utorun file can start up a .bat file as well as a .exe, so you just have to write a small .bat file like this -
cls
@echo offindex.htm
exit
An utorun file can start up a .bat file as well as a .exe, so you just have to write a small .bat file like this -
cls
@echo off
index.htm
exit