updated routine for relative paths
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
@echo off
|
||||
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\client"
|
||||
|
||||
REM Set the base path to the directory of this batch file
|
||||
set BASEDIR=%~dp0
|
||||
|
||||
cd /d "%BASEDIR%\..\client"
|
||||
start cmd /k live-server
|
||||
|
||||
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\server"
|
||||
cd /d "%BASEDIR%\..\server"
|
||||
start cmd /k npm run dev
|
||||
|
||||
cd /d "C:\Users\info\noura\utilities"
|
||||
start cmd "hide-taskbar.exe"
|
||||
cd /d "%BASEDIR%"
|
||||
start hide-taskbar.exe
|
||||
Reference in New Issue
Block a user