Skip to content

Commit 50de066

Browse files
committed
Code comments in Natural Docs syntax
1 parent e2e0f2f commit 50de066

36 files changed

+2949
-3032
lines changed

.Copy2AddInFolder.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
copy ACLibImportWizard.accdb .\access-add-in\ACLibImportWizard.accda
3+
timeout 2

.CreateWorkingFileFormAddInFolder.cmd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@echo off
2+
3+
if exist .\ACLibImportWizard.accdb (
4+
set /p CopyFile=ACLibImportWizard.accdb exists .. overwrite with access-add-in\ACLibImportWizard.accda? [Y/N]:
5+
) else (
6+
set CopyFile=Y
7+
)
8+
9+
if /I %CopyFile% == Y (
10+
echo File is copied ...
11+
) else (
12+
echo Batch is cancelled
13+
pause
14+
exit
15+
)
16+
17+
copy .\access-add-in\ACLibImportWizard.accda ACLibImportWizard.accdb
18+
19+
timeout 2

access-add-in/ACLibImportWizard.accda

-36 KB
Binary file not shown.

0 commit comments

Comments
 (0)