Skip to content

Instantly share code, notes, and snippets.

@renekreijveld
Created October 15, 2014 13:24
Show Gist options
  • Save renekreijveld/513134205139e11c9227 to your computer and use it in GitHub Desktop.
Save renekreijveld/513134205139e11c9227 to your computer and use it in GitHub Desktop.
Display Joomla 2.5+ website info for Windows
@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