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
@echo off
if not "%1" == "/SETENV" setlocal
set PATH=%~dp0perl\site\bin;%~dp0perl\bin;%~dp0c\bin;%PATH%
set TERM=
set PERL_JSON_BACKEND=
set PERL_YAML_BACKEND=
set PERL5LIB=
set PERL5OPT=
set PERL_MM_OPT=
set PERL_MB_OPT=
if "%1" == "/SETENV" goto END
if not "%1" == "" "%~dp0perl\bin\perl.exe" %* & goto ENDLOCAL
echo ----------------------------------------------
echo Welcome to Strawberry Perl Portable Edition!
echo * URL - http://www.strawberryperl.com/
echo * see README.TXT for more info
echo ----------------------------------------------
perl -MConfig -e "printf("""Perl executable: %%s\nPerl version : %%vd / $Config{archname}\n\n""", $^X, $^V)" 2>nul
if ERRORLEVEL==1 echo FATAL ERROR: 'perl' does not work; check if your strawberry pack is complete!
cmd /K
:ENDLOCAL
endlocal
:END
2020-03-20T08:21:14 rostiUmgebungsvariablen ohne Wert machen keinen Sinn. Ansonsten lässt sich das Alles übers OS/Userprofile einstellen.
QuoteEs gibt Leute, die benutzen nämlich portables Perl und wollen dann eher nicht, dass ihre lokale Installation zermurkst wird.
2020-03-20T15:07:14 rostiGenau! Miteinander reden soll ja schon manchesmal geholfen haben! Anstatt hier rumzudoktern was da und warum nicht geht.