RunonceexMaker
#41
Posted 06 March 2005 - 08:05 PM
Great App. It would be good if it could save to inf format.
#43
Posted 09 March 2005 - 12:58 PM
With my current Set i can reproduce the problem every time. How can i send the sample to you?
Edit: OK.. it is the .ini file that is causing problem. Which is different to .cmd file.
#44
Posted 10 March 2005 - 02:25 AM
#45
Posted 11 March 2005 - 04:26 PM
Voici la nouvelle version de RunonceexMaker: 0.4
Les changements:
-> Insertion automatique de ligne en appuyant sur la touche Enter
-> Possibilités de faire jusqu'à 1000 undo & redo
-> Système d'édition intelligent pour réduire les erreurs:
Par exemple:
Quand on sauvegarde ou qu'on change de ligne,
==> L'application vérifie automatiquement le nom du fichier.
S'il trouve un espace dans le nom sans le \" , il les ajoute. Donc c:\program files\file.Exe sera converti en \"c:\program files\file.Exe\"
==> L'application convertie automatiquement tous les " en \"
-> On peut charger un fichier runonceex sans son fichier ini/inf! donc, il vous est possible de charger/sauver sans fichier complémentaire. Vous allez travailler seulement avec un fichier .CMD
-> Sauvegarde des paramètres automatiques dans le registre (le pas, le numéro de commencement, la valeur du CDROM etc)
-> Ajout des nouvelles options : numéro de commencement, le chemin commun des applications.
Here is the new version of RunonceexMaker : 0.4
Changelog:
-> Auto inserting row by pressing Enter Key
-> up to 1000 undo & Redo possibilities
-> Intelligent editing system to reduce errors:
For example :
when saving or changing row,
==>the application checks automatically file name.
if a space founded without \" , it adds them. So c:\program files\file.exe will be converted into \"c:\program files\file.exe\"
==>the application converts automatically all " into \"
-> We can load a runonceex file without its ini/inf file! , so it's possible to load / save without complementary file . you will work only with .cmd file
-> Automatically saving parameter (gap, beginning number, CDROM value etc) into the registry
-> Add some options : Beginning number, application common path,
#46
Posted 12 March 2005 - 04:41 PM
thanks
#47
Posted 13 March 2005 - 12:18 PM
Thank you so much thanks to this app i have configured my XP cd to install a mass of porgrams. Keep updating and supporting it please, i would hate to see this program left out on the side streets.
Thumbs up for this program!
#48
Posted 13 March 2005 - 10:25 PM
Just doing some testing with v0.4. Here is some feedback for you.
1. Can we add a variable under the
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:\win51ip.sp2 SET CDROM=%%i:line that is PP=Application Common Path and then instead of adding the application common path to each filename entry you just insert %PP% - this way for manual editing of the common path you simply change it as the start of the file... makes life easier. [PP = Program Path]
2. If you maximize the Runonceexmaker the input area doesn't scale with the screen size... stays at 800x600. Would be good if it automatically sizes based on the window size.
3. some of the entries in my current RunOnceEx.cmd file are being loaded to the parameter input field instead of the filename input field.. Have move things around and can not determine why this is happening... example is below.
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd" /fIf i edit this line in Runonceexmaker v0.4 and then save and view the file the code is as follows:
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd " /fAs you can see no real change to the format etc... the only thing i can guess is that the %PP% is confusing the application.
4. Some of the Descriptions get lost when i load my current (manually created) runonceex.cmd file - for example the title for Free Download Manager.
5. Some entries are lost all together. ???
I have attached my runonceex.cmd file for you to test against so you can see the errors yourself. Also attached is runonceex1.cmd - this file was created by loading my original runonceex.cmd file and then simply saving as runonceex1.cmd - you will be able to see the differences....
All other changes and additions are GREAT!!! thankyou for your hard work!!!!
Wish List:
Add database function to the runonceexmaker so that we can add all common applications into it to make life easier... then we can insert from the database to make populating the runonceex.cmd file faster... I would be more than happy to help populate the database and i would even be happy to maintain it (i can do english only)
Well i hope all this information is helpful.
Attached File(s)
-
RunOnceEx.cmd (4.58K)
Number of downloads: 46 -
RunOnceEx1.cmd (3.37K)
Number of downloads: 29
#49
Posted 14 March 2005 - 04:24 AM
Quote
Sure!
Quote
Quote
I know why!
Because, the program suppose that you have always got File name AND parameter ... Hummmm..
So, it divides the line into 2 parts :
Filename and Parameter. Only "blank" character separate the line..
Filename parameter
So , as you have no space, the program puts "blank" character in filename field, and the reste in parameter field..
in your code
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd " /f REG ADD %KEY%\001 /VE /D "Installing Hotfixes..." /f REG ADD %KEY%\001 /V 1 /D "%PP%hotfix.cmd " /f
if you put a blank character after your filename that has no parameter, just put a blank character at the end..
But, it will be corrected.. nice correction
Quote
rem REG ADD %KEY%\002 /V 1 /D "%PP%adaware\aase6pro.exe /silent" /f
rem REG ADD %KEY%\002 /V 2 /D "process -k hh.exe" /f
rem REG ADD %KEY%\002 /V 3 /D "process -k ad-aware.exe" /f
For the rest , thank you for your files.. I always test the program with 5-6 programs, so, the bugs don't appear.. It's better to get a real cmd file to test it for better
Thank you again !
Quote
Well i hope all this information is helpful.
I think, I'll make a INF file that will have all parameter and files..
The program will read it if it can. Then, when user will click on a button, the programm will show a second window. So the user has just make a drag and drop from second window to the main window.
It'll also be possible to add common applications from second window , or by editing the file manually.
But, you must write yourself what do you want to include.. Here is the format of INF file.
[Application1] Description=Nero Burning Rom File1=app\nero\nero.exe Parameter1=/parameter File2=app\nero\neroreg.exe File3=regedit Parameter3=/S register.reg [Application2] Description=Winamp File1=app\winamp\winamp.exe Parameter1=/S [Application3] Description=Other File1=app\google.exe
And so on.
#50
Posted 14 March 2005 - 05:33 AM
echap2000, on Mar 14 2005, 06:24 PM, said:
[Application1] Description=Nero Burning Rom File1=app\nero\nero.exe Parameter1=/parameter File2=app\nero\neroreg.exe File3=regedit Parameter3=/S register.reg [Application2] Description=Winamp File1=app\winamp\winamp.exe Parameter1=/S [Application3] Description=Other File1=app\google.exe
And so on.
<{POST_SNAPBACK}>
Please i could help... as for the inf files - good idea... as a secondry project later a simply little application that will allow the generation of these inf files would be handy... in the meantime over the next couple of weeks i will begin building some english inf files that can be made available here for users.
Look forward to the next build
#51
Posted 19 March 2005 - 12:19 PM
thanks a lot felix
all your suggestions are done and bugs corrected
see the first post
#52
Posted 19 March 2005 - 09:22 PM
Well all stuff in v0.5 is working well and the bugs seem to be sorted out
1. can't drag from database window to main grid.
2. the edit function is a little confusing - in that when you select edit move and add and entry, you would expect that when you click save that the edit function turns off. That does't happen - of course it can be turned off by clicking on it again.
Suggestions:
1. if you righthand mouse click in the main grid, you should be able to select items from the database rather than having to open the database window.
This is based on some basic testing, i will do some additional testing over the next 24 hours and let you know if i find anything else.
Thanks again for your hard work - WE all appreciate it!
#53
Posted 20 March 2005 - 03:00 AM
#54
Posted 20 March 2005 - 07:15 AM
#56
Posted 06 April 2005 - 11:10 PM
#57
Posted 08 April 2005 - 08:21 AM
for ex.:
in your CD-rom root : I have :
d:\readme.txt d:\setup.Exe d:\I386\
TO find CDROM drive letter,it generates a little command that is
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:
so, instead of placing cd.txt into the CDROM (path \), you choose a file that is already exist. For the example above, I see that readme.txt exists. So in our editbox, I write : readme.txt
And in the generated code, you will se the next command:
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:\readme.txt SET CDROM=%%i:
#58
Posted 16 April 2005 - 10:27 PM



Help

Back to top








