mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-22 08:43:16 +01:00
8 lines
227 B
Plaintext
8 lines
227 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/"
|