!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/share/doc/re2c/lessons/001_upn_calculator/windows/   drwxr-xr-x
Free 6181.77 GB of 6262.97 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     BuildAndRun.bat (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@echo OFF
goto Start
rem BuildAndRun.bat  06-Apr-15  lda
rem Assumes re2c.exe findable with PATH or . or .. or ..\.. or $(RE2C_HOME)
rem Assumes cl.exe findable with PATH or VcToolKit2003 installed

:Start
if exist %RE2C_HOME%\re2c.exe goto ProceedWithGenerate
if exist .\re2c.exe set RE2C_HOME=.
if exist ..\re2c.exe set RE2C_HOME=..
if exist ..\..\re2c.exe set RE2C_HOME=..\..
if exist ..\..\..\re2c.exe set RE2C_HOME=..\..\..
if exist ..\..\..\Release\re2c.exe set RE2C_HOME=..\..\..\Release
if exist ..\..\..\Release-2005\re2c.exe set RE2C_HOME=..\..\..\Release-2005
if not exist %RE2C_HOME%\re2c.exe goto ReportSetupError

:ProceedWithGenerate
set BASE_FILE_NAME=main
%RE2C_HOME%\re2c -b -o%BASE_FILE_NAME%.c %BASE_FILE_NAME%.re
rem echo ErrorLevel is set to %ERRORLEVEL% after re2c
IF ERRORLEVEL 1 goto ReportRe2cError

rem (to test) set path=
cl 1>nul 2>nul
IF ERRORLEVEL 1 goto AttemptToSetupCompiler
goto ProceedWithCompile

:AttemptToSetupCompiler
echo ErrorLevel is set to %ERRORLEVEL% after blank cl command line
call %VCToolkitInstallDir%\vcvars32.bat 1>nul 2>nul
cl 1>nul 2>nul
IF ERRORLEVEL 1 goto ReportClError

:ProceedWithCompile
cl -O2 /DNDEBUG /D_CONSOLE /DWIN32 %BASE_FILE_NAME%.c
rem echo ErrorLevel is set to %ERRORLEVEL% after cl
IF ERRORLEVEL 1 goto ReportClError
%BASE_FILE_NAME%
goto AllDone

:ReportSetupError
echo re2c.exe not found in ., .., ..\.., ..\..\.., ..\..\..\Release 
echo or ..\..\..\Release-2005 Environment variable RE2C_HOME invalid or not set? 

:ReportClError
:ReportRe2cError
:AllDone
pause

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0183 ]--