|
-
May 26th, 1999, 01:02 AM
#1
autoexec
I need to write an "*.exe" file that suppose to run directly after I insert the cd to the cd drive (autoexec).
How can I do it?
-
May 26th, 1999, 01:41 AM
#2
Re: autoexec
Write the program as normal.
On the root of the cd create a file called "autorun.inf"
The file should contain something like the following:
[autorun]
open=myapp.exe
Simple as that... for more info search for autorun.inf in the Visual C help.
-
May 26th, 1999, 04:40 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|