Created
October 15, 2014 13:24
-
-
Save renekreijveld/513134205139e11c9227 to your computer and use it in GitHub Desktop.
Display Joomla 2.5+ website info for Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
REM Joomla info ophalen | |
call "jinfo.cmd" > nul | |
REM Output data | |
ECHO Sitename = %jsitename% | |
ECHO Host = %jhost% | |
ECHO Database = %jdb% | |
ECHO User = %juser% | |
ECHO Password = %jpassword% | |
ECHO Prefix = %jprefix% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment