|
-
Feb 9th, 2004, 02:36 AM
#1
Thread Starter
Fanatic Member
autorun cdr??
guys,
how to make an autorun cdr... i want the cdrom drive to execute an exe in the CDROM without the user manually doing it ... anyone know?>> please help little bro here
let say that i group the exe file inside a folder and the path to the exe is
[autorun]
open = myprogram\installer-1.2\ComX.exe
It just wont run???? why is that ?
Last edited by vbnew; Feb 9th, 2004 at 03:11 AM.
Thank You
-
Feb 9th, 2004, 03:11 AM
#2
PowerPoster
Code:
[autorun]
open=autorun.bat
icon=cdrom.ico
Create a file called autorun.ini and put the above code in there. Change autorun.bat to whichever file it is that your after, and if you have an icon for the cd, include it as well, or just delete the line.
-
Feb 9th, 2004, 03:13 AM
#3
Thread Starter
Fanatic Member
i am confuse
[autorun]
open = myprogram\installer-1.2\ComX.exe
is not working (i got the error stating that the exe is not found and want the user to locate it )
-
Feb 9th, 2004, 05:19 AM
#4
Look it up at MSDN on the internet. BTW I have never seen a CD that starts a file in a folder I think. They more or less always start a file in the root of the CD...
-
Feb 9th, 2004, 05:21 AM
#5
it is recommended that you dont have the executable inside a folder, but there may be other issues here.
the most likely possibility is that 8.3 filenames are required, which can be resolved by putting the name in quotes, eg:
[autorun]
open = "myprogram\installer-1.2\ComX.exe"
or maybe (NB: each ~1 might need to be ~2 or ~3...):
[autorun]
open = myprog~1\instal~1\ComX.exe
or maybe the folder isnt found like that, so try:
[autorun]
open = .\myprogram\installer-1.2\ComX.exe
-
Feb 9th, 2004, 05:22 AM
#6
PowerPoster
*wonders how many CD-R's vbNew is going to waste testing this*
-
Feb 9th, 2004, 11:59 AM
#7
Stuck in the 80s
Originally posted by Pc_Madness
*wonders how many CD-R's vbNew is going to waste testing this*
Plehh...you can get 100s of them free after rebate anyways.
-
Feb 9th, 2004, 12:00 PM
#8
just one cdrw is fine for testing purposes
-
Feb 9th, 2004, 12:03 PM
#9
<?="Moderator"?>
are u using "autorun.inf", becuase i dont think it will work if its an *.ini file.
-
Feb 9th, 2004, 03:10 PM
#10
Stuck in the 80s
Originally posted by si_the_geek
just one cdrw is fine for testing purposes
That's not gonna help fill up the land-fills...
-
Feb 9th, 2004, 04:37 PM
#11
Good Ol' Platypus
How about WinISO/Daemon-Tools
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Feb 9th, 2004, 07:54 PM
#12
Thread Starter
Fanatic Member
Guys,
I found out the problem ... it aint gonna execute my program without other exe help..
[autorun]
open=shelexec.exe blablabla\ComX.exe
that will work... gotta have the ShelExec at the root of the CDR...
why is that so ... why can;t i do it like the previously posted style??
i am curious to know, pro mind sharing?
-
Feb 9th, 2004, 08:07 PM
#13
Frenzied Member
change
VB Code:
[autorun]
open = myprogram\installer-1.2\ComX.exe
to
VB Code:
[autorun]
open=myprogram\installer-1.2\ComX.exe
-
Feb 9th, 2004, 10:01 PM
#14
Thread Starter
Fanatic Member
dis1411
i did that already but ain't working .................
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
|