ACH BROWSER UND CHROME NUTZE ICH AUCH NICHT DA BENUTZE ICH LIEBER CHROME BETA

...zur Antwort

MEIN NEUES SCRIPT:



:again
@echo off
cls
title MOUSE CLCKER
mode 100
echo Klicke zum starten!...
Mouse.exe > nul

set /a score=0
set /a level=0

:main
call :printOut
Mouse.exe > nul
set /a score+=1
if "%score%"=="20" goto bonus
if "%score%"=="80" goto bonus
if "%score%"=="100" goto bonus e
call :printOut

set /a reached=score%%5

if %reached% EQU 0 call :levelUp

goto main

:bonus
cls
set /a score=%score%+20
color 2f
ECHO DU HASST JETZT "%score%" PUNKTE
ECHO UND KRIEGST DAFUER EINEN BONUS VON "20" PUNKTEN !!!
timeout /t 10
goto main

:bonus e
title MASTER DU HASST 100 PUNKTE !!!!
ECHO DU HASST DAS SPIEL DURCHGESPIELT !!!
ping localhost -n 5 >NUL
timeout /t 20
goto again


:printOut
cls
color 8d
echo Dein Level: %level%
echo Deine Punkte: %score%
exit /b

:levelUp
color 3e
set /p h=NEUES LEVEL ERREICHT
set /a level+=1
title MOUSE CLCKER-LEVEL:%level%
cls
echo * * * * * * * * * *
echo * Glueckwunsch! *
echo * Du bist jetzt *
echo * Level %level%! *
echo * * * * * * * * * *
echo.
ping localhost -n 2 >NUL
set /p h=NEUES LEVEL ERREICHT
if "%h%"=="q" goto hack
timeout /t 4
exit /b

:hack
set /a score=99
set /a level=%random%
goto main


...zur Antwort

TSCHULDIGUNG HABE OPERATOR FALSCH GESCHRIEBEN!!!

...zur Antwort

Bei meinem neuerworbenen  gebrauchten Computer (windows 7 ) geht nichts mehr:

Ich kann keine Programme löschen und keine Verknüpfungen und Dateien löschen.

Der Pc fragt dann nach System Administrator. 

Dann kommt die Meldung:Zugriff auf 

laufwek c:/

Gestern funktionierte noch alles. Da habe ich gratis  Programme von Computer CDs und Norton Premium installiert. Außerdem habe ich noch ein neuen Benutzer  angelegt.  

Die Probleme treten auf, unabhängig davon welches Konto ich nutze. 

Wer kann mir helfen???

...zur Antwort