boskap
Apr 14 2004, 01:35 PM
Hello
My English is not so good
I have a question
I have a unattend DVD with 48 software Products
I can choose witch softwre i want to install.
When i choose the software the needed entries to install were written to the runoncex key
on next reboot the software will be installed
my problem is , that the runoncex list is so long that goes over my desktop and i could not se where the inst. process is.
have you got any ideas how i can scroll or make 2 rows by runoncex
or any other idea
thx peter
Alanoll
Apr 14 2004, 02:24 PM
you can neither scrool or make two boxes/columns.
you can set a variable for like 20 apps, it puts in the first 20 apps in registry, then restarts, final thing on that one imports the next 20, restarts, and so on till your down.
You could also optionally use XPlode, but it will break your program. As it used XML and not registry entries.
cyberdiamond
Apr 14 2004, 08:04 PM
You could call another runonceex.cmd at the end of your original one.
Have it add the extra entries, then run runonceex directly without a reboot or logoff.
boskap
Apr 14 2004, 09:28 PM
And how can i made this to restart runpnceex without reboot
thx
Peter
Alanoll
Apr 14 2004, 09:30 PM
at the end of the batch file.....call.....
rundll32.exe iernonce.dll,RunOnceExProcess
spachtler
Apr 15 2004, 01:47 AM
QUOTE (boskap @ Apr 14 2004, 01:35 PM)
Hello
My English is not so good
I have a question
I have a unattend DVD with 48 software Products
I can choose witch softwre i want to install.
When i choose the software the needed entries to install were written to the runoncex key
on next reboot the software will be installed
my problem is , that the runoncex list is so long that goes over my desktop and i could not se where the inst. process is.
have you got any ideas how i can scroll or make 2 rows by runoncex
or any other idea
thx peter
der flagge nach kommste ausm ösi-land,
ich hab ne ähnlich aufgebaute dvd wo du auch wählen
kannst, welche programme installiert werden,
sind aber nur 18 und im maximal-fall reicht die
liste grad komplett übern monitor. mich würd interessieren,
wie dein "auswahlmenü" aussieht.......
gruß, spachtler
translation: i build a dvd too with some programs and would be
intrested how your choose-meu is look like....
ZoSTeR
Apr 15 2004, 02:20 AM
Um blöden Kommentaren aus dem Weg zu gehen (wie diesem

), würde ich deutschen Antworten auch gleich eine Übersetzung anfügen.
Two avoid angry comments i would also add an english translation to non-english answers.
greetZ
boskap
Apr 15 2004, 02:22 AM
Thx
Must i kill first the running runonex process and start with
rundll32.exe iernonce.dll,RunOnceExProcess
it new
Ja ich bin aus Österreich
hier meine Liste aus meiner DVD
spachtler
Apr 15 2004, 03:23 AM
@boskap: dein menü arbeitet wahrscheinlich nach dem selben prinzip wie meins,
es schreibt je nach auswahl werte in die registry und erzeugt somit
eine runonceex die dann nach neustart abgearbeitet wird.
das deaktivierte programm läßt drauf schließen, das du auch
ne prüfung eingebaut hast, ob ein programm schon installiert ist.
so hab ichs erstellt. bevor du eine neue runonceex erzwingst,
muß eine angefangene erst komplett abgearbeitet sein. eine
laufende kannst du zwar mit taskkill cmd.exe unterbrechen,
stehen aber noch reste in der registry, werden die nach neustart
weiter abgearbeitet. bzw. könntest du ja deinem auswahlmenü sagen,
wenn z.b. 20 programme oder mehr ausgewählt werden,
das es einen taskkillbefehl mit neustart erzeugt und dann ein 2. teil deiner auswahl abgearbeitet wird.....
translation: i think the shown menu works like my one, for choosing a program,
a registry-value is wirtten to the runonceex-key and would be
see by windows after reboot. looks like it checks if a program is
already installed, so that you couldnt install it twice. maybe its
possible to build in an automatic break (taskkill + reboot)
for installing first 20 progs. for example and after another reboot
the rest of it....
boskap
Apr 15 2004, 04:30 AM
@ Spachtler
Danke für die Antwort
wie sollte ich deiner meinung nach den counter "alle 20 Programme" reboot machen
oder hast du eine andere idee ??
Der grund warum ich keine übersetzung schreibe ist weil mein Englisch nicht so toll ist
thx
Peter
spachtler
Apr 15 2004, 05:18 AM
so ein counter dürfte kein thema sein, 100%ig kenne ich
den aufbau deines menüs nicht, bei mir ist es z.b. so,
das jede wahlmöglichkeit (jede checkbox) gleichzeitig
eine variable ist, die bei auswahl den status "1" bekommt.
bei nichtauswahl ist der status "0"
nun könnte man ja eine weitere variable nutzen,
die ALLE wahlkästchen zusammenzählt. und da könnte
man sagen: wenn das ergebnis größer oder gleich 20 ist,
wird ein bestimmter wert in die registry geschrieben,
der eben einen "zwischen-neustart" erzeugt.
z.b.:
CODE
if ("var01" + "var02" + usw....) >= 20
reg add key...... usw
end
allerdings könnte man sich das alles auch sparen, wenn
es irgendwie möglich ist, die zu lange liste in mehrere
spalten zu teilen......
trans:
maybe a variable and a "if statement" could be used to generate
a break after 20 programms....
mlu
Apr 15 2004, 02:28 PM
@spachtler
What did you do to make that cool gui for installing programs?
Can you describe all steps for me?
Alanoll
Apr 15 2004, 02:43 PM
@mlu
see his other thread. He's already said how to get/make/alter it.
mlu
Apr 15 2004, 04:03 PM
@Alanoll
Where can I find his thread?
spachtler
Apr 16 2004, 12:01 AM
its a simple .msi file, build with "wise for windows installer 5.2 enterprise"....
mlu
Apr 16 2004, 08:11 AM
alanoll said something about a thread where you explained in detail how to do that. where can I find it?
boskap
Apr 17 2004, 08:11 AM
@ spachtler
ja ich denke schon das dies mit den variablen funkt.
Ich habe aber meine auswahl nicht selbst geschrieben sondern verwende das tool installs.exe
ausserdem wie würdest du dann den reg key definieren
der reg key für den shutdown müsste ja dann auch variabel sein
gibt es dein msi package noch wo
thx Peter
spachtler
Apr 17 2004, 10:03 AM
@boskap: ich lad die menu.msi mal auf geocities,
zu bekommen unter:
CODE
http://www.geocities.com/spacht_2000/msi.zip
es ist nicht verschlüsselt oder gesperrt, mit
einem editor-programm für .msi dateien
quasi open source...
der reg-key für den shutdown würde ja nur dann
in die registry geschrieben, wenn die bedingung
erfüllt ist, das mehr als 20 programme gewählt wurden...
nice weekend, spachtler
p.s.: mir is grad nochwas eingefallen, falls dieser ganze
variablen-kram zu kompliziert ist:
auch dein menü wird ja irgend ne nummerierung in
der runonceex-registry erzeugen. mal angenommen
dein menü stellt 40 programme zur wahl und du baust
einen festgelegten reboot ein, der genau zwischen
20 und 21 sitzt. der würde aber auch ausgeführt, wenn
du von den ersten 20 programmen nur 2 oder 3 gewählt
hast......
translation: if this thing with the variables dont work, its possible
to set a reboot-command after the 20st program
from the menu. but it will also be do the reboot
if you choose only 2 or 3 of the first 20 progs....
boskap
Apr 17 2004, 12:53 PM
@ spachtler
danke für dein Tool
naja das mit den runonce keys ist nicht so einfach im installs.exe
es sollte zwar funktionieren doch tut es das nicht
darum rufe ich cmd files für das jeweilige programm auf
diese tragen regonce keys ein und beim nächsten
reboot wird dann für die jeweilige inst wieder eine cmd gestartet welche dann alles macht ( inst, reg keys, icons usw.)
ich rufe das tool in der cmdline.txt auf
in der ini datei kann ich gewisse tools schon vorbelegen
die auf jeden fall inst werden.
leider hat das tool noch keinen timer
darum habe ich ein vb script geschrieben welches nach 3 min auf "start install" klickt
in den 3 min habe ich zeit die sw produkte zu ergänzen
und so ist es eigentlich komplett unattended da es weiter läuft und ich ja wenn ich was vergessen habe einfach nachher in das verzeichniss des jeweiligen prog. wechseln kann und dort die cmd aufruf und das produkt installiert sich auch so
ich hoffe du kennst dich aus *ggg*
könnte man bei deinem tool fix einen timer einbauen und das mit dem shutdown ???
lg
Peter
spachtler
Apr 17 2004, 01:12 PM
meine "erste version" hatte so ein timer, das hat sich aber
mit der jetzigen menüstruktur erledigt.
der code dafür ist recht simpel und ersetzt dir denke ich
mal das script das den start-button betätigt....
CODE
shutdown.exe -r -f -t 60 -c "Windows XP wird in 60 Sekunden neu gestartet"
diese zeile in einer .cmd datei erzwingt einen dialog,
mit dem hinweis "Windows XP wird in...." und einem
countdown. kannst es ja am laufenden system testen
oder direkt in die kommandozeile (START - AUSFÜHREN)
eingeben, passiert weiter nichts außer halt dem neustart.
boskap
Apr 17 2004, 01:46 PM
@ spachtler
nein das habe ich nicht gemeint wie der aufruf mit dem shutdown ist sondern ob du das mit dem shutdown in dein msi einbauen kannst
ich meine zb mehr als 20 progs=reboot
warum hast du den timer rausgenommen
ich verwende ja das timer script um die inst halt mit standard progs weiterlaufen zu lassen falls ich weg muss oder so
damit läuft die inst weiter
lg
peter
spachtler
Apr 17 2004, 02:09 PM
QUOTE
ich meine zb mehr als 20 progs=reboot
darüber mach ich mir ma gedanken, austüfteln
dauert immer etwas......
den reboot mit timer hab ich deshalb entfernt,
weil er je nach geschwindigkeit des rechners,
wo die dvd installiert wird, mit 2 minuten
nicht ausreicht um alle vorgänge abzuschließen
(Norton systemworks & zonealarm konfiguration).
statt-dessen hab ich eine weitere .msi gemacht
(reboot2.msi auch in dem zip mit drin), das
den rechner erst dann neustartet, wenn der user
den button dafür drückt. im dialog wird drauf hingewiesen,
das man programmkonfigurationen vorher fertig stellen soll....
boskap
Apr 17 2004, 04:24 PM
Tja ich denke auch andauernd nach
d.h. du rufst das programm auch aus der cmdlines.txt auf und dort bleibt deine inst dann stehen solange bis du weiter klickst.
der grund warum ich den timer verwende ist weil ich oft unterwegs bin oder was anderes mache und somit der rechner mit standard software weiter läuft
dadurch wird z.b: acrobat reader, winzip, wmp9, directx 9, virenscanner und windows updates auf jeden rechner installiert
mein timer klickt also nach 3 min auf start und installs.exe führt nach der reihe die cmd's aus welche die runonce einträge machen
darum verstehe ich nicht ganz was du damit meinst das sich die 2min nicht ausgehen
bei mir läuft die inst ja nach dem reboot
oder verstehe ich was falsch
thx
peter
spachtler
Apr 17 2004, 05:19 PM
also zum verständnis:
erst hatte ich eine DVD, die ohne jegliches zutun einfach
ALLE programme installierte, incl neustart so das am ende
alles funktionierte. dann brachte mich ein kollege auf den
gedanke, was denn sei, wenn man garnicht alle programme
installiert haben möchte. daraufhin habe ich mein
auswahlmenü programmiert. die momentane version
ist also vollautomatisiert, xp wird installiert und danach
das auswahlmenü geladen. nach anklicken der verschiedenen
programme wird eine einzige runonceex erstellt, die dann
in einem rutsch verarbeitet wird. wenn ich also norton sys. und
zonealarm auswähle, kommen nach beenden der runonceex
sofort deren konfigurationsfenster, die beide durch alle dialoge
fertigzustellen kann länger als 2 minuten dauern. darum ein
durch .msi erzeugten dialog der den user auf die situation
hinweist und erst neustartet, wenn man ihn klickt. man kann
auch abbrechen klicken um einen neustart zu vermeiden,
wenn man z.b. kein programm installiert hat, das einen
neustart ervordert...
boskap
Apr 18 2004, 02:54 AM
@ spachtler
Ich hatte auch eine dvd die am anfang alles installiert hat
doch da ich in meiner firma damit oft pc's inst habe bin ich darauf gekommen das ich ja auf manchen pc ja nicht alle applikationen brauche.
sondern nur einen gewissen standard für den der jeweilige bereich lizenzen hat.
darum werden bei mir gewisse applikationen vorbelegt da dies beim siemens standard auf jeden rechner ist
d.h.: wenn ich nicht eingreife so bekomme ich zu mindest den standard und der rechner ist nachher in der domaine
bei mir sind alle applikationen soweit vorkonfiguriert das ich nichts mehr konfigurieren muss.
darum wäre die timer funktion ganz toll für mich da ich ja mit deinem tool nur die sw auswähle und die regkeys nachher hineinschreibt.
danach habe ich ja einen reboot und danach laufen die applikationen ganz von alleine durch
eine frage habe ich noch
weist du wie ich acdsee silent installieren kann ohne das es sich automatisch alle file typs registriert
thx
Peter
spachtler
Apr 18 2004, 03:49 AM
habe gerade mal acdsee`s msi durchgeschaut,
dort gibt es einen punkt "ShellIntegrationSetup"
mit 3 möglichkeiten, die eine variable in einen
bestimmten status setzen. diese variable
heißt SHELL_INTEGRATION_LEVEL und ist
standardtmäßig auf ALL
QUOTE
ACDSee soll alle unterstützten Dateitypen verwalten.
gesetzt. Weitere mögliche
werte sind FREE
QUOTE
ACDSee verwaltet alle Dateitypen, die momentan nicht von anderen Programmen verwaltet werden.
und CUSTOM
QUOTE
Zeigt eine Liste der Dateitypen an, von denen Sie diejenigen, die mit ACDSee verwaltet werden sollen, wählen können.
diesen wert kann man in der .msi entsprechend verändern und
speichern.
mlu
Apr 18 2004, 04:09 AM
@spachtler
where can I find your thread about creating msi install menu?
spachtler
Apr 18 2004, 06:11 AM
@mlu: i think in this "thread" i only said that i build this .msi
with "wise for windows installer", i didnt explain exactly howto,
because its not so easy and would take a few sites to write....
but you can DL my .msi and take a look in it with WISE. its
opensource, i didnt hide or krypt anything....
mlu
Apr 18 2004, 02:15 PM
@spachtler
thx.
Mann
Apr 19 2004, 06:51 AM
can you guys translate or discuss this thread in english cos i'm myself facing the same problem having to install so many softwares.
yourtech
Apr 19 2004, 08:58 AM
RE:
at the end of the batch file.....call.....
rundll32.exe iernonce.dll,RunOnceExProcess
Q: would that not reload the same batch?
And i'm sure i'm not the only person around here itching to hear more about the variable stuff

anyone?

and i dunno but maybe it could be a good idea to restart this thread anew?
I doubt too many ppl are going to want to sift thru the german expressions

hehe
yourtech
Apr 19 2004, 09:36 AM
Hmmm wondering if there is any possibiliy in having multiple RegOnceEx's
like for example
RegOnceEx01.cmd finishes and goes to RegOnceEX02 and 03 an so on until all the work is done, without rebooting?

(retaining the nice simple processing window)
any help in this matter would be greatly appreciated

(45 lines of output and growing)
WwTIPPYwW
Apr 19 2004, 03:06 PM
i think the last steps of the first one is to run a second bat/cmd file that files the registry again.
and then the next line would be to run:
rundll32.exe iernonce.dll,RunOnceExProcess
something like this:
CODE
REG ADD %KEY%\999 /VE /D "Installing More Applications" /f
REG ADD %KEY%\999 /V 01 /D "%CDROM%\software\RunOneEx2.cmd" /f
REG ADD %KEY%\999 /V 02 /D "%CDROM%\software\rundll32.exe iernonce.dll,RunOnceExProcess" /f
I think that will work. Or pur the last line in the CMD file.
Aaron
Apr 19 2004, 03:54 PM
It works, kind of.
The second instance of RunOnceEx has a retired entry that never executes.
Extract this zip and place it in the apps folder in C:\ or whatever your systemdrive is. Execute RunOnceEx1.cmd (this is what would be launched via cmdlines.txt)
This should help to understand it better.
yourtech
Apr 19 2004, 09:20 PM
QUOTE (AaronXP @ Apr 19 2004, 03:54 PM)
It works, kind of.
The second instance of RunOnceEx has a retired entry that never executes.
Thnx Aaron
What exactly do you mean by kind of?

And I'm not sure exactly what you mean by that (retired entry that never executes?) either.

I Can't test it under 2K (setting up XP unattended) so the .cmd's only return errors.
speaking of which this may be slightly unrelated to the topic but I hope setting this up under 2K (when running installshield -R setups, etc) the output will stil work?

btw awesome work on the Unattended Install Howto
http://unattended.msfn.org/index.htm (for those that don't know)
Aaron
Apr 20 2004, 04:36 AM


See the green area? That shouldn't be there, but it doesn't execute so its like a dead entry that does nothing.
yourtech
Apr 20 2004, 06:05 AM
muchos gracias senior!
really appreciate the help

and just so its clear...
It will still run everything in RunOnceEx2
and finish/exit normally?
Aaron
Apr 20 2004, 06:09 AM
It ran my "pause 2" command script, so yes it works. But test it with more entries before putting it in your Unattended XP disc
yourtech
Apr 20 2004, 06:16 AM
Aaron you rule!, amazingly fast response

Thanks again!
btw..
for reference for everyone...

(for those who may also add display configs to their unattendes)
how many entries (lines of display output) could you say fit into the RunOnceEx dialog at the default display setting? Estimates will do. (And what is the default these days looks like 800x600 at least)
if anyone knows the rest feel free to add:

@ 640x480
@ 800x600
@ 1024x768
@ 1280x720
@ etc.
still finalising my beta 1 (lan unnattended for now) heh
Alanoll
Apr 20 2004, 02:58 PM
just out of curiousity, why would you have RunOnceEX call another batch file.....
if you use GUIRunOnce, you could have one MASSIVE command file with each section seperated with the
CODE
rundll32.exe iernonce.dll,RunOnceExProcess
I'm not entirely sure if the batch will stop and wait for the RunOnce box to finish, might need start /wait or soemthing, but that will prevent your
"retired" entry.
Then you have one file.
yourtech
Apr 20 2004, 03:50 PM
QUOTE (Alanoll @ Apr 20 2004, 02:58 PM)
just out of curiousity, why would you have RunOnceEX call another batch file.....
if you use GUIRunOnce, you could have ...
http://gosh.msfnhosting.com/using_runonceex.htm :
"During setup the RunOnceEx key is only processed at the 13 min mark because of Outlook Express. The RunOnceEx key is run before cmdlines.txt is run. So if you use cmdlines.txt or svcpack.inf to import the runonceex settings they won't run until first logon."
http://unattended.msfn.org/xp/timeline.htm :
6. svcpack.inf executes at T-13 minute stage
7. cmdlines.txt executes at T-12 minute stage
8. [SetupParams] executes from winnt.sif at T-9 minute stage
9. Saves Settings
10. Deletes temporary files then reboots...
» First Logon
1. Windows XP logs you in and loads personal settings
2. Both [GuiRunOnce] from winnt.sif and RunOnceEx executes at the same time
3. Desktop and Taskbar loads.
Speaking of which...Aaron

I believe your extremely helpfull great looking guide has us putting RunOnceEx into cmdlines.txt
thats what i've done (soon to be run)
But...I think i saw mention elsewhere in the forum that RunOnceEx could also be run from [GUIUnnattended](Unnattended.inf/Winint.inf) also?
So I wonder how RunOnceEx beats out cmdlines.txt
Alanoll
Apr 20 2004, 04:07 PM
QUOTE
But...I think i saw mention elsewhere in the forum that RunOnceEx could also be run from [GUIUnnattended]
its [GUIRunOnce] inside of the winnt.sif file.
QUOTE
2. Both [GuiRunOnce] from winnt.sif and RunOnceEx executes at the same time
taken from your quote above.
I don't really think you understood what I said, but oh well. If you want me to try to explain let me know.
As for the outlook express thing and executing the RunOnceEX entries, that's refering to that fact that IF you import keys at cmdlines.txt or svcpack.inf they won't run untill the first restart. However if you import them at [SetupParams] then they will run prior to cmdlines.txt executing (if they don't get overwritten.)
QUOTE
But...I think i saw mention elsewhere in the forum that RunOnceEx could also be run from [GUIUnnattended](Unnattended.inf/Winint.inf) also?
Yeah...um....did you even read my post above?

by call another batch, I mean you have one batch file import, the RUnOnceEX keys, then in RunOnceEX you have another ifle that imports another set of keys and so on.....why not just have one?
yourtech
Apr 20 2004, 05:33 PM
"Yeah Uhm".

I don't know how you got those fitty stars on your arshe because you misinterpreted what my reply was about yourself. You may have a point but doesnt mean that people don't get the jist of what your talking about. I was merely answering YOUR question, and at the same time enlightening anyone else who may NOT know. Oh well i suppose there always has to be a smartass somewhere eh.
Anyway, I do appreciate the enlightenment
Now please do tell
where
ARE the [SetupParams] in an "Unattended" Install?
Alanoll
Apr 20 2004, 05:38 PM
ic....well I don't believe you answered my question, as mine was more rhetorical, and answered later on in that very same post.
As for [SetupParams], I believe you would learn more then from more telling you, if you looked in your ref.chm file included witht eh deploy.cab file on your Windows XP CD. If you search [SetupParams] you will find an entry pertaining to that. If you were to use this to have your keys executed at T-12 or so, then you would call your batch file like you would form cmdlines.txt but in the entry for [SetupParams]
yourtech
Apr 20 2004, 05:42 PM
your answering your own questions as well as others, ok i get it

Argh do you think everyone who steps into this forum is a coder or something?
try reading my post over again
maybe then you'll understand?
And not everyone has all day to go digging through cabs
Where is this file yoour talking about and how does it get called into the Unattended Install? Please

I'm trying to get this thing finished already
not do it 10 different ways
Emm N/M Lack of sleep?
either that or you were editing

guess i'll look into it later
yourtech
Apr 20 2004, 05:51 PM
/delpost
Aaron
Apr 20 2004, 06:16 PM
There's lots of ways to execute RunOnceEx commands: cmdlines.txt, svcpack.inf, [setupparams], [GuiRunOnce].
It doesn't affect the performance of RunOnceEx in any way, so take your pick!
Alanoll
Apr 20 2004, 07:26 PM
QUOTE
Where is this file yoour talking about and how does it get called into the Unattended Install? Please
The cab is located on your CD, inside of the Support\Tools folders.
CODE
[SetupParams]
Answer File = Unattend.txt
This section is used to run an additional post-Setup command. It contains a single entry, UserExecute. The command specified with UserExecute runs immediately after Setup completes.
Entry Description
UserExecute Specifies the command or application to run after Setup completes.
Sample
This sample demonstrates one use of the [SetupParams] section of Unattend.txt.
[SetupParams]
UserExecute="C:\folder1\folder2\example.exe /s1 /s2"
UserExecute
Specifies the command or application to run after Setup completes.
Syntax UserExecute = path_and_file_name
Value path_and_file_name
Default Value none
Example [SetupParams]
UserExecute="C:\folder1\folder2\example.exe /s1 /s2"
Comments Enclose path_and_file_name in quotation marks if it is a long file name. You can omit the path only if the application is in the %SYSTEMROOT% or %SYSTEMROOT%\system32 folder or search path.
straight from the file. This would go inside of your WINNT.SIF file
Use it how you wish, but like AaronXP said, there are lots of ways. But we're getting off from my original post earlier, that there is no need to have RunOnceEX call a batch file to start another one and so on. You could easily do it in one file.
glent
Sep 8 2004, 01:32 AM
QUOTE (spachtler @ Apr 17 2004, 10:03 AM)
@boskap: ich lad die menu.msi mal auf geocities,
zu bekommen unter:
CODE
http://www.geocities.com/spacht_2000/msi.zip
es ist nicht verschlüsselt oder gesperrt, mit
einem editor-programm für .msi dateien
quasi open source...
der reg-key für den shutdown würde ja nur dann
in die registry geschrieben, wenn die bedingung
erfüllt ist, das mehr als 20 programme gewählt wurden...
nice weekend, spachtler
p.s.: mir is grad nochwas eingefallen, falls dieser ganze
variablen-kram zu kompliziert ist:
auch dein menü wird ja irgend ne nummerierung in
der runonceex-registry erzeugen. mal angenommen
dein menü stellt 40 programme zur wahl und du baust
einen festgelegten reboot ein, der genau zwischen
20 und 21 sitzt. der würde aber auch ausgeführt, wenn
du von den ersten 20 programmen nur 2 oder 3 gewählt
hast......
translation: if this thing with the variables dont work, its possible
to set a reboot-command after the 20st program
from the menu. but it will also be do the reboot
if you choose only 2 or 3 of the first 20 progs....
Hi anyone have a wirkign link for this?im really impresses with this and would like to cusotmise it for myslef.thanks in advnace
Astalavista
Sep 8 2004, 02:51 AM
My god this is incredible HELP how do you this
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.