|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 08 > 29 > Telegram_2023-08-29T02 |
2023-08-29T02:23:29
You don't hide it. This type of application is not intended to be used in production. This is the debug version.
You need to build it as a service, and also install it as a service.
Where you have
TIWStart.Execute(True);
in your DPR file, change the parameter to False. That's it.
Now you build it and install it using
Project3 type: bot_command /install
2023-08-29T02:24:21
??????