Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Autorun CD with Clarion program 2006-10-31 -- Danie de Beer Do a Standard Clarion Program (Local Compile) with Buttons to your Different
Programs to run from CD. (See Attached image)
Then write the myfile.exe to the Root of the CD
Create a autorun.inf text file with the following information
[autorun]
open=Mymenu.EXE
icon=MyMenu.EXE
Once you inserted the CD, autorun will execute the EXE menu file.
Then just the setups or whatever from your clarion program using a normal
Run/Chain command
This works for me 100%
My Cd Layout is something like
Root
Mymenu.exe
autorun.inf
program1 Folder
Setup1.exe
Program 2 Folder
Setup2.exe
etc...
Download a Demo file from www.designersoftware.co.za/downloads/autorun.zip
Today is November 21, 2024, 8:05 am This article has been viewed 35221 times.
|
|