Search found 2 matches

by sorcerer
23 Nov 2010 17:21
Forum: DOS Batch Forum
Topic: boot application from CD
Replies: 3
Views: 4451

Re: boot application from CD

Thank you OB. Quick questions. Why is setup.exe,0 is listed on the line for icon. Should that be an icon file instead? And what does "0" do? There is no distinct advantage between the two methods you suggested. Correct? You are just demonstrating that I can use a batch file to start an app...
by sorcerer
22 Nov 2010 22:58
Forum: DOS Batch Forum
Topic: boot application from CD
Replies: 3
Views: 4451

boot application from CD

Hello all, I have some files to be burnt onto a folder in a CD. In order to read these files, I am going to put an application, say ABC.exe, on the root directory of the CD. All the dlls, required for ABC.exe will be sitting in the root directory as well. When the CD is inserted onto the computer, I...