Files
bacnet_stack/bin/bacrpd.bat
T
Kari Argillander 369da70f2a Strip tabs and trailing white spaces, and fix end of files (#748)
* format: Strip trailing whitespaces

We want to get rid of trailing whitespaces completly as they make just git
noice. Much better to start using automated tools to get rid of them once and
not getting them back again. This way git history will be cleaner and review
easier.

Commit was generated with:

    pre-commit run --all-files trailing-whitespace

* format: Files should have exactly one new line end of them

It is good practice that every file has one new line. It is not now days so
mandatory but it also is not nice if file has lot of newlines end of it. We will
use pre-commit which takes automatically care about this so let's fix all.

Commit was generated with:

    pre-commit run --all-files end-of-file-fixer

* format: Convert tabs to spaces

Project mostly use spaces over tabs. When mixing tabs and spaces this usually
makes formatting issues and also when changing those in commits it will make lot
of git noise. We will force spaces most of the time and use pre-commit to fix.

Commit was generated with:

    pre-commit run --all-files remove-tabs

---------

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2024-08-25 14:13:57 -05:00

51 lines
1.1 KiB
Batchfile

@echo off
:Test_Start
echo Test: Read Required Properties of Device Object %1
bacrp.exe %1 8 %1 75
bacrp.exe %1 8 %1 77
bacrp.exe %1 8 %1 79
bacrp.exe %1 8 %1 112
bacrp.exe %1 8 %1 121
bacrp.exe %1 8 %1 120
bacrp.exe %1 8 %1 70
bacrp.exe %1 8 %1 44
bacrp.exe %1 8 %1 12
bacrp.exe %1 8 %1 98
bacrp.exe %1 8 %1 139
bacrp.exe %1 8 %1 97
bacrp.exe %1 8 %1 96
bacrp.exe %1 8 %1 76 0
bacrp.exe %1 8 %1 76
bacrp.exe %1 8 %1 62
bacrp.exe %1 8 %1 107
bacrp.exe %1 8 %1 11
bacrp.exe %1 8 %1 73
bacrp.exe %1 8 %1 30
bacrp.exe %1 8 %1 155
echo Test: Read Optional Properties of Device Object %1
bacrp.exe %1 8 %1 58
bacrp.exe %1 8 %1 28
bacrp.exe %1 8 %1 167
bacrp.exe %1 8 %1 122
bacrp.exe %1 8 %1 5
bacrp.exe %1 8 %1 57
bacrp.exe %1 8 %1 56
bacrp.exe %1 8 %1 119
bacrp.exe %1 8 %1 24
bacrp.exe %1 8 %1 10
bacrp.exe %1 8 %1 55
bacrp.exe %1 8 %1 116
bacrp.exe %1 8 %1 64
bacrp.exe %1 8 %1 63
bacrp.exe %1 8 %1 1
bacrp.exe %1 8 %1 154
bacrp.exe %1 8 %1 157
bacrp.exe %1 8 %1 153
bacrp.exe %1 8 %1 152
bacrp.exe %1 8 %1 172
bacrp.exe %1 8 %1 170
bacrp.exe %1 8 %1 169
bacrp.exe %1 8 %1 171
bacrp.exe %1 8 %1 168