Thema: ASPI
Einzelnen Beitrag anzeigen
Alt 30.07.2002, 12:20   #8
pong
Inventar
 
Benutzerbild von pong
 
Registriert seit: 25.12.2000
Alter: 41
Beiträge: 9.063

Mein Computer

pong eine Nachricht über ICQ schicken
Standard

meine aspi install.bat im ordner \files sind die ganzen dateien die installiert gehören, nachher solltest an reboot machen

Code:
@echo off
echo -----------------------------------------------
echo          Windows NT+ Aspi Layer
echo -----------------------------------------------
echo This will install the aspi layer if it wasn't
echo detected by aspichk.exe.  If it was detected
echo exit this installer now and run aspi32.exe
echo -----------------------------------------------
pause
echo.
echo Copying aspi32.sys...
copy files\aspi32.sys %sYSTEMROOT%\SYSTEM32\DRIVERS
echo          Complete...
echo -----------------------------------------------
echo Copying winaspi.dll...
copy files\winaspi.dll %sYSTEMROOT%\SYSTEM
echo         Complete...
echo -----------------------------------------------
echo Copying wnaspi32.dll...
copy files\wnaspi32.dll %sYSTEMROOT%\SYSTEM32
echo         Complete...
echo -----------------------------------------------
echo Copying wowpost.exe...
copy files\aspi32.sys %sYSTEMROOT%\SYSTEM
echo         Complete...
echo -----------------------------------------------
echo Installation Complete: Run aspi32.exe
pause
____________________________________
\"Ein Gewitter reinigt die Luft\", sagte der Mann, nachdem ein Blitz seine Frau erschlug

Nicht klicken!


Erstposteralarm/Beschwerde/Kummerkasten


Verplattet
pong ist offline   Mit Zitat antworten