mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-25 00:35:26 +00:00
moved start.bat to tools/
This commit is contained in:
8
tools/start.bat
Normal file
8
tools/start.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
REM COLOR 0A
|
||||
SET NIMPATH=%~dp0\..
|
||||
SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH%
|
||||
cd %NIMPATH%
|
||||
cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user