Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jul 1, 2023
1 parent 71722fa commit 30d0e98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup/netcore/windows/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ set WexflowTesting=C:\WexflowTesting
set Wexflow=C:\Wexflow-netcore

::xcopy WexflowTesting\* %WexflowTesting%\ /s /e
xcopy WexflowTesting\* %WexflowTesting%\ /s /e /d
xcopy WexflowTesting\* %WexflowTesting%\ /s /e /d /y
::del %Wexflow%\Database\Wexflow.db
::del %Wexflow%\Database\Wexflow-log.db
::xcopy Wexflow-netcore\* %Wexflow%\ /s /e
xcopy Wexflow-netcore\* %Wexflow%\ /s /e /d
xcopy Wexflow-netcore\Wexflow.xml %Wexflow%\ /s /e
xcopy Wexflow-netcore\TasksNames.json %Wexflow%\ /s /e
xcopy Wexflow-netcore\TasksSettings.json %Wexflow%\ /s /e
xcopy Wexflow-netcore\* %Wexflow%\ /s /e /d /y
xcopy Wexflow-netcore\Wexflow.xml %Wexflow%\ /s /e /y
xcopy Wexflow-netcore\TasksNames.json %Wexflow%\ /s /e /y
xcopy Wexflow-netcore\TasksSettings.json %Wexflow%\ /s /e /y

pause

0 comments on commit 30d0e98

Please sign in to comment.