Skip to content

Commit 21c2368

Browse files
committed
Added a comment vis the online tool
1 parent 74e38fc commit 21c2368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vbNoVS.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rem This batch is to build the VB Wizard ZIP without Visual Studio
12
@echo off
23
%~d0
34
cd /d %~dp0
@@ -24,4 +25,4 @@ copy /Y "%ProjectDir%Template Data\MyTemplate.vstemplate" . > nul
2425
copy /Y "%ProjectDir%Template Data\MyTemplate - WDExpress.vstemplate" "MyTemplate.vstemplate" > nul
2526
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\%ProjectName%-WD.zip" *.* > nul
2627

27-
pause
28+
pause

0 commit comments

Comments
 (0)