mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 12:31:26 +01:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
@echo off
|
|
REM Launch Dolibarr Admin center
|
|
REM ----------------------------
|
|
|
|
REM Go to admin center page
|
|
start "DoliWamp admin" "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/
|