mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-23 01:03:16 +01:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
@echo off
|
|
REM Launch Dolibarr Help center
|
|
REM ---------------------------
|
|
|
|
REM Go to help center page
|
|
echo Please wait...
|
|
start "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/dolibarr/support/
|
|
REM FOR EDGE start microsoft-edge:"http://localhost:WAMPAPACHEPORT/dolibarr/support/"
|