echap2000 Posted February 20, 2005 Posted February 20, 2005 (edited) Voici la nouvelle version de RunonceexMaker: 0.8Les changements:-> Enregistrement sous .XML pour Xplode dernière version-> Correction de bugHere is the new version of RunonceexMaker : 0.8Changelog:-> Xplode output last version -> Bug correctionYou have just to introduce application name in the first column, its parameter in this second column and finally a brief description (like its name for ex)Example:Here is the code generated when you save to .BAT output.cmdow @ /HID@echo offFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\cd.txt SET CDROM=%%i:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Application Installation" /fREG ADD %KEY%\000 /VE /D "Messenger 7" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\MSN.exe /qn" /f REG ADD %KEY%\003 /VE /D "MSN++" /fREG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\msnplus.exe /silent" /fREG ADD %KEY%\003 /V 2 /D "regedit /s %systemdrive%\install\msnreg.reg " /f REG ADD %KEY%\006 /VE /D "Winrar" /fREG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\winrar.exe /S" /f REG ADD %KEY%\009 /VE /D "Winamp" /fREG ADD %KEY%\009 /V 1 /D "%systemdrive%\install\winamp.exe /S" /fOnly one file , you don't have to install, just execute it :Download here Ce logiciel est contribué à Windows Website Edited January 26, 2006 by echap2000
echap2000 Posted February 20, 2005 Author Posted February 20, 2005 au fait si tu ne t'en sors pas trop, tu peux consulter le site unattended pour les francophones à l'adresse http://www.win-web.be
Mekrel Posted February 20, 2005 Posted February 20, 2005 I would like to see how your program deals with enclosed quotation marks iehaving to use the escape char ( \" ) when nested quotations occur.
echap2000 Posted February 22, 2005 Author Posted February 22, 2005 version 0.2 will be avalaible this week. Changelog :-> Load & save project (runonceex.cmd)-> Precising the gap-> Two languages : french & englishOther suggests ??
`Felix` Posted February 22, 2005 Posted February 22, 2005 version 0.2 will be avalaible this week. Changelog :-> Load & save project (runonceex.cmd)-> Precising the gap-> Two languages : french & englishOther suggests ??<{POST_SNAPBACK}>Hi there echap,I will give you some feedback and suggestions once i am able to get a look at the english version. The screen shots look good! I have been giving eagle (RunOnceEx Creator) feedback, and he has been including them, however he had not been very active lately with updates and bug fixes. Pitty really as he has the making of a good product. I hope any information i can give you will be helpful and let see if we can make this the defacto tool for use.
Alanoll Posted February 22, 2005 Posted February 22, 2005 maybe consider adding %CDROM% support. All that you'd need in the GUI is a checkbox, and then when writing the script just write the FOR loop just after the TITLE line.FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:Besides that i just have one correction for you..regedit /s %systemdrive%\install\msnreg.regREGEDIT would be the program to execute, with /s %systemdrive%installmsnreg.reg in the Paremeters field.
ArmyDoc Posted February 22, 2005 Posted February 22, 2005 A question:How is the program able to distinguish between a new and follow-up entry? What I mean is, how does the program know when to create a key with the same keynumber (ie %KEY%/xxx) but higher values after the /V, and when to create a key with a higher keynumber.From your screenshots I'm guessing a new keynumber is triggered when data is entered in the description field, correct?
echap2000 Posted February 23, 2005 Author Posted February 23, 2005 New version 0.2 is avalaible/. Look at the first post updated. (don't forget to refresh to get new images)`Felix`---------Here is the english version ... Look at the first post updated. (don't forget to refresh to get new images). Thank you for your future suggestionAlanoll--------When I updated the program at home, I didn't read your suggest.. But it will be added in the next version.Thank you for correction about Regedit . It will also be corrected in the next screenshot (v0.3)ArmyDoc--------Yes! Correct ..It's logical that you don't have to enter the same description , so when you don't enter anything in the description field, the application creates automatically the same number but a higher number for /v switch
`Felix` Posted February 23, 2005 Posted February 23, 2005 New version 0.2 is avalaible/. Look at the first post updated. (don't forget to refresh to get new images)`Felix`---------Here is the english version ... Look at the first post updated. (don't forget to refresh to get new images). Thank you for your future suggestionThanks for the speedy response!Suggestions:some arrow buttons so that you can highlight a task and move it to where ever you like in the list - to change the order. The other option would be to be given an option for task number then it would put it in the correct place. And finally if you select (highlight) a task when you add a new task it should add the new task after the selected task.
echap2000 Posted February 23, 2005 Author Posted February 23, 2005 you can move a row .. but , you can't yet "insert" a row.. nice suggestion
Mekrel Posted February 23, 2005 Posted February 23, 2005 When i try to open RunonceEx.cmd I get an error?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now