Run Console App in Windows services

Hi
I need to made a program to run on windows services.
I need to check new files and folder to copy from one folder to other folder.

https://documentation.xojo.com/api/language/serviceapplication.html

" To create a service application, you must first create a regular console application. Choose File > New Project and choose the Console Application item. A console application has a single project item called App whose super class is ConsoleApplication. Change App’s super to ServiceApplication."

ok
thanks