Jump to content

Recommended Posts


Posted (edited)

Autoplay media studio is my favourite out of all the ones i have tried, but it does take a while to get used to it. although if you have had previous experiance with VB u should pick it up in no time

Edited by ScubaSteve
Posted
Autoplay media studio is my favourite out of all the ones i have tried, but it does take a while to get used to it. although if you have had previous experiance with VB u should pick it up in no time

id have to agree with scuba,, but overall its a fairly easy to use prog :)

Posted

another great tool and easy to use is Multimedia Builder 4.9.6a, it has a user frendly GUI and it contains most of the features in Autoplay Media Studio

Posted

I have Autoplay media studio but I do ever thing but I do not know where to copy my Multi DVD Folders and file to be accessed by Auto menue.

Can any body please give me a step by step instruction how to it.

thanks

Posted (edited)

One of the first autorun menu I created with Autoplay media studio.

bas.gif

bas2.gif

Serial numbers are pulled out from txt file,so everyone can change it.

for

RAZ Dad

You can put files wherever you want, but you have to set proper source path to those files in Autoplay media studio.

My example

File.Open("progs\\daemon347.exe", "", SW_SHOWNORMAL);

dir "progs" is in the cd/dvd root (g:/progs/daemon347.exe)

Edited by Bas
Posted

thanks for reply

But My Multi DVD Folders and files are in a folder in hard drive.

After building, I add Action to button to run EXE files for Programes, then I Publish my Menu to a folder, when I see the published folder there are only Auto run files and only one EXE program which I assigned in Action button, what about the rest of the folders located in my DVD folder.

thanks

Posted (edited)
But My Multi DVD Folders and files are in a folder in hard drive.

After building, I add Action to button to run EXE files for Programes, then I Publish my Menu to a folder, when I see the published folder there are only Auto run files and only one EXE program which I assigned in Action button, what about the rest of the folders located in my DVD folder.

What code did you wrote in Action in APM.

Did you select your.exe file directly from APM fileopen wizard. If so Apm just copied it to "AutoPlay/Docs/your.exe". You are wondering where is the rest of your files&folders.

You need to work with relative links.

Your code looks something like this if I assume correct :

File.Open("AutoPlay\\Docs\\your.exe", "", SW_SHOWNORMAL);

But, it should be like this:

File.Open("Programes\\your.exe", "", SW_SHOWNORMAL);

Folder "Programes" will be in the root of your cd/dvd, in your case Multi DVD Folder is root

Change your codes, and after publishing just copy autorun.exe,autorun.inf,*.ico and AutoPlay folder in your Multi DVD Folder

You can execute autorun.exe to test it before burning

I hope this is corect answer to your question

Sorry for my english

Edited by Bas
Posted

Thanks

Can you please write me a Tutorial from the point you pucblish the Menue in a foleder how you add your Windows installations to Menue and Burn them in CD.

thanks

Posted

THIS IS MY DVD FOLDER IN MY HARD DRIVE

I:\My DVD Project\AIO-DVD\SETUP\XP\Professional\SETUP.EXE

THIS MY ACTION BUTTON XP PROFESSIONAL RUN

result = File.Run("\\SETUP_3.EXE", "", "", SW_SHOWNORMAL, false);

AFTER PUBLISHING I COPIED THAT TO I:\My DVD Project\AIO-DVD

WHEN I CLICK ON BUTTON NOTHING HAPPEN.

WHAT CATAGORY DO YOU SELECT TO RUN EXE FILES.

THANKS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...