This is unneeded mostly unneeded.
:::batch :: :: Blank ports number variables, foolproof :: SET TcpPort= SET UdpPort= SET WebServerPort= SET MobileMulePort= SET ProxyPort= SET ServerUdpPort= SET PeerCachePort=
Merged in version 0.0.8
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Indeed I used:
IF NOT DEFINED TcpPort SET TcpPort=%%T
so stripping all the code is a bad idea; indeed, removing the unneeded part removes unneeded code and is good. I rewrote the routine to find ports and now I will reintroduce just the needed part:
:::batch :: :: Unset to avoid an old variable to mess up next cycle :: SET UdpPort=
Added foolproof code for another variable in [0.16]
Code: 0.16
Merged in version 0.0.8
Indeed I used:
so stripping all the code is a bad idea; indeed, removing the unneeded part removes unneeded code and is good. I rewrote the routine to find ports and now I will reintroduce just the needed part:
Last edit: Zangune 2018-01-17
Added foolproof code for another variable in [0.16]
Related
Code: 0.16
Last edit: Zangune 2015-05-13