mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
@echo off
|
|
REM Launch Dolibarr Admin center
|
|
REM ----------------------------
|
|
|
|
REM Go to admin center page
|
|
start "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/
|
|
REM FOR EDGE start microsoft-edge:"http://localhost:WAMPAPACHEPORT/" |