Computing.Net > Forums > Programming > Autorun code

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Autorun code

Reply to Message Icon

Name: Mark Long
Date: April 13, 2004 at 05:04:16 Pacific
OS: Win 98
CPU/Ram: 300/512
Comment:

Hi all, I have created a ms powerpoint presentation to show the workings of the Data Link Layer. What I would like to do is have it so that when a user inserts the floppy disk the *.ppt presentation will autorun, is this possible with a floppy disk? if not would it be simple to do on CD it's just the presentation will fit onto a floppy.

I have noticed on numerous CDs' the code:

[autorun]
open=setup.exe
icon=setup.ico

can this be improvised for floppy and my *.ppt file.

Thanking you

M



Sponsored Link
Ads by Google

Response Number 1
Name: chris77515
Date: April 13, 2004 at 05:42:36 Pacific
Reply:

Hi,

I'm sorry but the floppy drive haven't the autorun function. you can just make an autorun with CD's and HDD's.

But may be you can help me, I have make a program in Visual Studio 6 (VB6) I have make the package (Setup.exe, setup.lst, and *.cab), but It's necessary I have just 1 file and not 3 files, How make this ?
Thks
Chris


0

Response Number 2
Name: melee5
Date: April 20, 2004 at 01:30:27 Pacific
Reply:

Kb article How to Test Autorun.inf Files shows how to make a floppy run autorun.inf files, but this would still require you to alter the registry before hand which is problematic to say the least.

I'm thinking you'll at least need to name the executable that runs your *.ppt file. By default it may first look for *.ppt file where it is run from, otherwise search for a program called Shelexec.exe or shellexec in general for more info which can be made to pass on specific file names to executables for the executable to then run. Shellexec was made for CD autorun use. More info perhaps even helping Chris is Kb article HOWTO: Enable Autorun for Applications Distributed on CD-ROM.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


making exe file Create SQL table in VB



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Autorun code

need help making a batch file work www.computing.net/answers/programming/need-help-making-a-batch-file-work-/14441.html

Autorun CD command www.computing.net/answers/programming/autorun-cd-command/11863.html

Source code for format (filesystem) www.computing.net/answers/programming/source-code-for-format-filesystem/8243.html