GIDForums  

Go Back   GIDForums > Computer Forums > Computer Software Forum - Windows
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 01-May-2003, 10:31
rhino1616 rhino1616 is offline
Junior Member
 
Join Date: Apr 2003
Posts: 46
rhino1616 is on a distinguished road

Why doesnt my autorun CD work on other computers?


Good day,

I've created an autorun CD with a software called "Visual Autorun", on my Athlon 1.6 mhz w/Windows XP & it works fine. I tested it on a PIII 900mhz w/Windows XP & it worked perfectly. I then tested it on my sisters PIII 600 mhz w/ Windows 98 & it didnt start up. I had to manually go to "My Computer" & run the file. Would anyone know why this problem would occur, and is there a website or tutorial that would help me with this?


Thanks you
  #2  
Old 01-May-2003, 11:49
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
Simple question first, does your Windows 98 computer autorun other CD's? Check by following this:

Right-click on the My Computer icon and select Properties.
Choose the Device Manager tab.
Open the CD-ROM branch, and select the entry for your CD-ROM drive.
Click Properties, and then choose the Settings tab.
Check if the Auto insert notification option is on
  #3  
Old 01-May-2003, 17:14
rhino1616 rhino1616 is offline
Junior Member
 
Join Date: Apr 2003
Posts: 46
rhino1616 is on a distinguished road
hi jrobbio,

I checked the system and the auto insert is turned "on", do you know of any tutorial or website that can explainhow to fix this.

Thanks
  #4  
Old 01-May-2003, 18:23
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough

How to create an autorun CDROM


Are you using Visual autorun just for the autorun feature or the splashscreen as well? If you are just using it for the autorun then I think you can ditch the program.

As you probably know you need to create a file called "autorun.inf" in the root directory of the cd. Use notepad to edit it.

This file must start with the following line:
Code:
[autorun]

You can then optionally include any of the following commands:

The name of the icon file that will be used for the cd.
Code:
icon=icon.ico

Text label that will be displayed against the cd.
Code:
label=text label

Specifies the file/command that is to be autorun when the cd is first inserted.
Code:
open=file.exe

Now there's another command that Win98 doesn't seem to support: (see if the program has put this in the autorun.inf)
Code:
ShellExecute=datafile
This specifies an application or data file to be opened.

Right now this is the options you have got available to you:
If you are willing to assume that it will be mostly Windows users that are viewing the CD then use something like:
Code:
[autorun] open=command /c start mycv.swf icon=myicon.ico

More simply though would be to make sure the file you are opening with the cd is an executable (.exe) and use this:
Code:
[autorun] open=myfile.exe icon=myfile.exe

so this could be elaborated to be
Code:
[autorun] open=myfile.exe icon=myfile.exe label=My lovely file

and that's it.

Hope this helps.

Rob
 
 

Recent GIDBlogInstall Adobe Flash - Without Administrator Rights by LocalTech

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesnt my form work correctly? rhino1616 Web Design Forum 2 06-Nov-2003 17:21
How do web redirection scripts work? rhino1616 Web Design Forum 9 27-Oct-2003 09:47
Help! I Cant Get My Program To Work :( Mvpsandy C++ Forum 9 17-Sep-2003 09:39
LINKS DONT WORK ON SOME COMPUTERS...AHHHHH...etc.... OhSoShiny Web Design Forum 3 29-Jun-2003 23:12
Another excuse not to go to work? Garth Farley Open Discussion Forum 1 19-May-2003 15:52

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 07:26.


vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.