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/" |