You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted from "Tom"
Du kast KM
Zitat von »Die Insel (Film)«
"Was ist Gott?"
"Wenn du dir etwas unbedingt wünschst, und du schließt die Augen und bittest darum, ist Gott der Kerl, der dich ignoriert!"
Quoted from "FUNKMAN"
... bin ebenfalls dafür, dass Veränderungen nur kollektiv vorgenommen werden sollen / dürfen.
Quoted from "Stefan"
änder dann mal auf mehr industrie .. da scheinen echt mehr leute zu kommen
![]() |
Source code |
1 2 3 4 |
:NetworkError echo %Date% %Time% - Fehler (Datenformat oder Netzwerk) set /A Counter = %Counter% -1 goto Loop |
![]() |
Source code |
1 2 3 4 |
@echo off set Delay=10 set /A Counter = -1 set /A Counterges = -1 |
![]() |
Source code |
1 2 3 4 |
:Loop set /A Counter = %Counter% +1 set /A Counterges = %Counterges% +1 echo Erfolgreiche Durchlaeufe %Counter% von %Counterges% |
-