boot application from CD
Posted: 22 Nov 2010 22:58
Hello all,
I have some files to be burnt onto a folder in a CD.
In order to read these files, I am going to put an application, say ABC.exe, on the root directory of the CD.
All the dlls, required for ABC.exe will be sitting in the root directory as well.
When the CD is inserted onto the computer, I would like the application to run automatically. Once this application starts, then using the user interface of this application, the user can open the files in the directory using this application.
I am absolutely new to DOS scripting.
Would someone please tell me whether the script below can do the job please?
I believe this script will kick off ABC.exe and then close the DOS window (hence @EXIT).
Should this file be saved as a .bat file or .ini file?
@ECHO OFF
start ABC.exe
@CLS
@EXIT
Thanks in advance.
Sorcerer
I have some files to be burnt onto a folder in a CD.
In order to read these files, I am going to put an application, say ABC.exe, on the root directory of the CD.
All the dlls, required for ABC.exe will be sitting in the root directory as well.
When the CD is inserted onto the computer, I would like the application to run automatically. Once this application starts, then using the user interface of this application, the user can open the files in the directory using this application.
I am absolutely new to DOS scripting.
Would someone please tell me whether the script below can do the job please?
I believe this script will kick off ABC.exe and then close the DOS window (hence @EXIT).
Should this file be saved as a .bat file or .ini file?
@ECHO OFF
start ABC.exe
@CLS
@EXIT
Thanks in advance.
Sorcerer