Re: Suche Programm, dass jede Sekunde auf Festplatte zugreift... (siehe Nachricht).




"Ingolf Dessmann"
ich suche ein Programm o.ä., dass unter Windows XP im Hintergrund
läuft und jede Sekunde wahllos auf die Festplatte zugreift,
meinetwegen nur 1 Bit ließt, solange es ein Zugriff ist. Grund
hierfür ist, dass sich bei meiner Fujitsu MHV2060AT das Advanced Power
Management nicht abschalten lässt und die Platte ständig zwischen
"normal", active idle und low power idle rumspringt. In dem etwas auf
die Platte zugreift, soll verhindert werden, dass die Platte bereits
nach 2 Sekunden in idle springt.

Bastel dir daraus was:
:LOOP


ECHO 1. MS-DOS Editor.
ECHO 2. MS-Windows. (default)
ECHO 3. Defrag the hard-drive.
ECHO 4. Quit.
CHOICE /C:1234 /N /T:2,5 Please choose a menu option.
IF ERRORLEVEL == 4 GOTO QUIT_MENU
IF ERRORLEVEL == 3 GOTO DEFRAG_HD
IF ERRORLEVEL == 2 GOTO DATEIZUGRIFF
IF ERRORLEVEL == 1 GOTO RUN_EDIT
:RUN_EDIT
CALL EDIT
:DATEIZUGRIFF

copy irgend nen Scheiß ;-)

CALL WIN
:DEFRAG_HD
DEFRAG c:
:QUIT_MENU
ECHO Safe to switch off machine now...

GOTO LOOP
:END





MfG,



Markus


.



Relevant Pages

  • Re: robocopy validation
    ... Robocopy did not copy any files. ... if errorlevel 8 echo **FAILED COPIES** & goto end ...
    (microsoft.public.win2000.general)
  • Robocopy fails sporadically
    ... if errorlevel 16 echo FATAL ERROR on BACKUP of %~n0's DATA>> ... if errorlevel 8 echo FAILED COPIES on BACKUP of %~n0's DATA>> ...
    (microsoft.public.windows.server.general)
  • Re: robocopy Version XP026 errorlevel not set
    ... if errorlevel 15 echo FAIL MISM XTRA COPY & goto end ...
    (microsoft.public.windowsxp.general)
  • Q: bootcd, "set comspec=%ramd%command.com"
    ... aber wenn die cd ausgeworfen wird -> fehler. ... @ECHO OFF ... If errorlevel 5 goto:_pci4 ...
    (microsoft.public.de.german.win98.allgemein)
  • a turbo assembly language
    ... if not exist %1.m goto pst1_n_as2 ... echo Uso con la shell: ... int catstr ... õ2\nmov õ1, eax"); ...
    (alt.lang.asm)