August 6, 200521 yr Hi everybody,i wanna to konw wat is the best program that make the cd autorun orthat is design the autorun graphic .Regards,Xtremee
August 7, 200521 yr xtremee... I use AutoPlay Media Studio 5.0.2.0 Professional... and it works great 4 me B)
August 7, 200521 yr 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 August 7, 200521 yr by ScubaSteve
August 7, 200521 yr 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<{POST_SNAPBACK}>id have to agree with scuba,, but overall its a fairly easy to use prog
August 7, 200521 yr Author 1st thanks for all replies,I also think that AutoPlay Media Studio is the best in this field.Regards,Xtremee
August 7, 200521 yr im using autoplay media studio checkout my projectvery cool iused some XPero images to make this looks coolhttp://rapidshare.de/files/3733531/zip.rar.html Edited August 7, 200521 yr by coolcliff
August 8, 200521 yr Author Wow! it is look great.I think now the autoplay media studio is the best in this field.
August 8, 200521 yr 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
August 9, 200521 yr 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
August 10, 200521 yr One of the first autorun menu I created with Autoplay media studio.Serial numbers are pulled out from txt file,so everyone can change it.forRAZ DadYou can put files wherever you want, but you have to set proper source path to those files in Autoplay media studio. My exampleFile.Open("progs\\daemon347.exe", "", SW_SHOWNORMAL);dir "progs" is in the cd/dvd root (g:/progs/daemon347.exe) Edited August 10, 200521 yr by Bas
August 11, 200521 yr thanks for replyBut 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
August 11, 200521 yr 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.<{POST_SNAPBACK}>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 rootChange your codes, and after publishing just copy autorun.exe,autorun.inf,*.ico and AutoPlay folder in your Multi DVD FolderYou can execute autorun.exe to test it before burningI hope this is corect answer to your questionSorry for my english Edited August 11, 200521 yr by Bas
August 11, 200521 yr ThanksCan 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
August 11, 200521 yr THIS IS MY DVD FOLDER IN MY HARD DRIVEI:\My DVD Project\AIO-DVD\SETUP\XP\Professional\SETUP.EXETHIS MY ACTION BUTTON XP PROFESSIONAL RUNresult = File.Run("\\SETUP_3.EXE", "", "", SW_SHOWNORMAL, false);AFTER PUBLISHING I COPIED THAT TO I:\My DVD Project\AIO-DVDWHEN I CLICK ON BUTTON NOTHING HAPPEN.WHAT CATAGORY DO YOU SELECT TO RUN EXE FILES.THANKS
August 12, 200521 yr TO BASTHANK YOU VERY MUCH COULD MAKE IT LATER IT WORKING PERFECTTHANK YOU VERY MUCH FOR YOUR HELP.
Create an account or sign in to comment