diff --git a/RunBoth-Quick.bat b/RunBoth-Quick.bat new file mode 100644 index 0000000000..8a3a419122 --- /dev/null +++ b/RunBoth-Quick.bat @@ -0,0 +1,3 @@ +@echo off +start "DeltaVServer" cmd /k "runserver-Quick.bat" +start "DeltaVClient" cmd /k "runclient-Quick.bat" diff --git a/runclient-Quick.bat b/runclient-Quick.bat new file mode 100644 index 0000000000..1cb3aae4d1 --- /dev/null +++ b/runclient-Quick.bat @@ -0,0 +1,3 @@ +@echo off +dotnet run --project Content.Client --no-build +pause \ No newline at end of file diff --git a/runserver-Quick.bat b/runserver-Quick.bat new file mode 100644 index 0000000000..6be83c2df1 --- /dev/null +++ b/runserver-Quick.bat @@ -0,0 +1,3 @@ +@echo off +dotnet run --project Content.Server --no-build +pause diff --git a/runtestsYAMLLinter-Quick.bat b/runtestsYAMLLinter-Quick.bat new file mode 100644 index 0000000000..e5422f502a --- /dev/null +++ b/runtestsYAMLLinter-Quick.bat @@ -0,0 +1,3 @@ +@echo off +dotnet run --project Content.YAMLLinter --no-build +pause \ No newline at end of file diff --git a/runtestsYAMLLinter.bat b/runtestsYAMLLinter.bat new file mode 100644 index 0000000000..6654ce1429 --- /dev/null +++ b/runtestsYAMLLinter.bat @@ -0,0 +1,3 @@ +@echo off +dotnet run --project Content.YAMLLinter +pause \ No newline at end of file