Hackerboard Wiki HaboBlog
Hackerboard bei Facebook Hackerboard bei Google+ Hackerboard bei Twitter

[HaBo]

 
Windows Dieses Forum dient den Diskussionen rund um alle Microsoft-Betriebssysteme.

xampplite Umgebungsvariable?

Diskussion: xampplite Umgebungsvariable? im Forum Windows, in der Kategorie Operating Systems; Anzeige Ich hab mir xampplite geholt. Wenn ich jedoch setup_xampp.bat ausführe kommt immer die Fehlermeldung: Ungültiges Verzeichnis Befehl oder Dateiname ...

Antwort
Alt 13.10.05, 16:20   #1 (permalink)
 
Registriert seit: 24.07.05
ghost Leistung: Z3
Likes: 3
Standard xampplite Umgebungsvariable?

Anzeige

Ich hab mir xampplite geholt. Wenn ich jedoch setup_xampp.bat ausführe kommt immer die Fehlermeldung: Ungültiges Verzeichnis Befehl oder Dateiname nicht gefunden. Liegt das an der Umgebungsvariable ( Mein Autoexec.bat: ?mode con codepage prepare=((850) C:\WINDOWS.000\COMMAND\ega.cpi)
?mode con codepage select=850
?keyb gr,,C:\WINDOWS.000\COMMAND\keyboard.sys
?path c:\windows;c:\windows\command;c:\;c:\xampplite;c:\ xampplite\php )

Xampplite liegt auch korrekt entpackt auf C:\...

Wisst ihr worans liegt?



setup_xampp.bat:

Zitat:
@ECHO OFF

if "%1" == "sfx" (
cd xampplite
)
if exist php\php.exe GOTO Normal
if not exist php\php.exe GOTO Abort

:Abort
echo Sorry ... cannot find php cli!
echo Must abort these process!
pause
GOTO END

:Normal
set PHP_BIN=php\php.exe
set CONFIG_PHP=install\install.php
%PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
GOTO END

:END
pause
ghost ist offline   Mit Zitat antworten
Antwort
   
- Anzeige -

Werbung ist gerade online    

[HaBo] » Operating Systems » Windows » xampplite Umgebungsvariable?
Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind aus
Pingbacks sind aus
Refbacks sind aus



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61