One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
View File Name :
ctlscript.bat
@echo off rem START or STOP Services rem ---------------------------------- rem Check if argument is STOP or START if not ""%1"" == ""START"" goto stop if exist C:\xampp7\hypersonic\scripts\ctl.bat (start /MIN /B C:\xampp7\server\hsql-sample-database\scripts\ctl.bat START) if exist C:\xampp7\ingres\scripts\ctl.bat (start /MIN /B C:\xampp7\ingres\scripts\ctl.bat START) if exist C:\xampp7\mysql\scripts\ctl.bat (start /MIN /B C:\xampp7\mysql\scripts\ctl.bat START) if exist C:\xampp7\postgresql\scripts\ctl.bat (start /MIN /B C:\xampp7\postgresql\scripts\ctl.bat START) if exist C:\xampp7\apache\scripts\ctl.bat (start /MIN /B C:\xampp7\apache\scripts\ctl.bat START) if exist C:\xampp7\openoffice\scripts\ctl.bat (start /MIN /B C:\xampp7\openoffice\scripts\ctl.bat START) if exist C:\xampp7\apache-tomcat\scripts\ctl.bat (start /MIN /B C:\xampp7\apache-tomcat\scripts\ctl.bat START) if exist C:\xampp7\resin\scripts\ctl.bat (start /MIN /B C:\xampp7\resin\scripts\ctl.bat START) if exist C:\xampp7\jetty\scripts\ctl.bat (start /MIN /B C:\xampp7\jetty\scripts\ctl.bat START) if exist C:\xampp7\subversion\scripts\ctl.bat (start /MIN /B C:\xampp7\subversion\scripts\ctl.bat START) rem RUBY_APPLICATION_START if exist C:\xampp7\lucene\scripts\ctl.bat (start /MIN /B C:\xampp7\lucene\scripts\ctl.bat START) if exist C:\xampp7\third_application\scripts\ctl.bat (start /MIN /B C:\xampp7\third_application\scripts\ctl.bat START) goto end :stop echo "Stopping services ..." if exist C:\xampp7\third_application\scripts\ctl.bat (start /MIN /B C:\xampp7\third_application\scripts\ctl.bat STOP) if exist C:\xampp7\lucene\scripts\ctl.bat (start /MIN /B C:\xampp7\lucene\scripts\ctl.bat STOP) rem RUBY_APPLICATION_STOP if exist C:\xampp7\subversion\scripts\ctl.bat (start /MIN /B C:\xampp7\subversion\scripts\ctl.bat STOP) if exist C:\xampp7\jetty\scripts\ctl.bat (start /MIN /B C:\xampp7\jetty\scripts\ctl.bat STOP) if exist C:\xampp7\hypersonic\scripts\ctl.bat (start /MIN /B C:\xampp7\server\hsql-sample-database\scripts\ctl.bat STOP) if exist C:\xampp7\resin\scripts\ctl.bat (start /MIN /B C:\xampp7\resin\scripts\ctl.bat STOP) if exist C:\xampp7\apache-tomcat\scripts\ctl.bat (start /MIN /B /WAIT C:\xampp7\apache-tomcat\scripts\ctl.bat STOP) if exist C:\xampp7\openoffice\scripts\ctl.bat (start /MIN /B C:\xampp7\openoffice\scripts\ctl.bat STOP) if exist C:\xampp7\apache\scripts\ctl.bat (start /MIN /B C:\xampp7\apache\scripts\ctl.bat STOP) if exist C:\xampp7\ingres\scripts\ctl.bat (start /MIN /B C:\xampp7\ingres\scripts\ctl.bat STOP) if exist C:\xampp7\mysql\scripts\ctl.bat (start /MIN /B C:\xampp7\mysql\scripts\ctl.bat STOP) if exist C:\xampp7\postgresql\scripts\ctl.bat (start /MIN /B C:\xampp7\postgresql\scripts\ctl.bat STOP) :end