From aa0bd01e688d81bfb5a10c78e7e8338f0016cf10 Mon Sep 17 00:00:00 2001 From: Marcin Kralka Date: Mon, 29 Jan 2024 15:37:39 +0100 Subject: [PATCH] Actually do not attempt to access any directory when running Windows running script and assume that user follows wiki instructions, which means he added php directory to PATH. --- scripts/Run.Windows.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Run.Windows.bat b/scripts/Run.Windows.bat index 26a2d90..5d65757 100644 --- a/scripts/Run.Windows.bat +++ b/scripts/Run.Windows.bat @@ -1,6 +1,4 @@ title MLC Web Server Runner set "site_dir=%~dp0" - -cd /D C:\php php -S 0.0.0.0:8888 -t %site_dir%..\site \ No newline at end of file