July 20, 200521 yr Author yes that is what i mean. the code im trying to run is this Shell.Execute("nircmdc.exe", "open", "win settopmost title "Folder Options" 1", "", SW_MINIMIZE);i tried putting a break in a couple of places but it gave me an error still while building.
July 20, 200521 yr if you change it to Shell.Execute("nircmdc.exe", "open", "win settopmost title \"Folder Options\" 1", "", SW_MINIMIZE)it compiles without errors but I don't know if it will act as desired, just working off the code here I dont have the files for the actions
July 20, 200521 yr Author thanks that worked like a charm. ill give my cdimage a try abit later and hopefully ill get it to work properly.
July 20, 200521 yr Author ok i just tried to use autoplay mediua studio to launch cdimage using this arguements -l\"2003\" -h -j1 -b\"_SourceDrive\I386\Tools\boot.img\" -x -o -m \"_SourceDrive\" \"C:\Windows Server 2003 SP1.iso\"now according to autoplay ur meant to be able to use the inbuilt variabls anywhere in ur project. but when it launches cdimage flash up quickly and says that it cant find _sourcedrive\I386\tools\boot.img i cant believe how much trouble this has become todo such a simple thing bcoz of using autoplay media studio. Edited July 20, 200521 yr by ScubaSteve
July 20, 200521 yr Thats wht I stuck with v4, to much of a ballache to learn all the new s***. Try removing the quotes around the paths that don't have spaces in them.
July 20, 200521 yr Author those old v4 variables dont work anymore. u have to use _SourceDrive and _SourceDir . im using them in the arguements for when i launch a program. eg cdimage.exe " "_sourcedrive\i386\tools\boot.img" but for some reason its not changing the built in variable into the drive letter likes its suppose to.
August 11, 200521 yr Working solutionCode for button in Autoplay media 5result = File.Run("CDIMAGE.EXE", "-lWINXPPRO -t08/23/2001,09:00:00 -bxppro\\xp.bin -h -n -o -m XPEN\\ C:\winxppro.iso", "", SW_SHOWNORMAL, false);xppro\\xp.bin - path to the boot fileXPEN\\ - path with windows resourcesI hope it's not to late to help you with this.
September 9, 200520 yr Hi Guys not able to understand what you guys are talking about....I am a newbie so please help me to understand this subject better
September 9, 200520 yr Author this subject is one i created a long time ago. it was for my menu that i created with AutoPlay Media Studio so that when you click make iso it would use CDIMAGE to create a copy of the cd and place it on the Harddrive in iso format.
Create an account or sign in to comment