Hi, first of all thank you for bringing this code open source.
I would like to pass some extra parameter to the lock and unlock scripts for instance:
Name of the configured bluetooth device
Bluetooth mac address
Drive and directory where btprox is
count of the disconnections
I was thinking to this syntax where the placeholders are substituted by the value of parameters.
lock.bat ${bt_name} ${bt_addr} ${drive} ${disconnection_count}
Thanks in advance
Konstantinos
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, Konstantinos.
This may be possible.
Though, why do you need the drive and directory of BtProx?
Are you familiar with .NET to add this feature yourself?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, first of all thank you for bringing this code open source.
I would like to pass some extra parameter to the lock and unlock scripts for instance:
I was thinking to this syntax where the placeholders are substituted by the value of parameters.
lock.bat ${bt_name} ${bt_addr} ${drive} ${disconnection_count}
Thanks in advance
Konstantinos
Hi, Konstantinos.
This may be possible.
Though, why do you need the drive and directory of BtProx?
Are you familiar with .NET to add this feature yourself?