Skip to content

Commit

Permalink
Made batch script to running website locally on Windows a bit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matriks404 committed Jan 29, 2024
1 parent 3ee8cea commit eef80a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/Run.Windows.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title MLC Web Server Runner

cd /D D:\Programy\php
php -S 0.0.0.0:8888 -t D:\repos\mlc\site
set "site_dir=%~dp0"

cd /D C:\php
php -S 0.0.0.0:8888 -t %site_dir%..\site

0 comments on commit eef80a5

Please sign in to comment.