It not really clear. But if you want to make your test easier to run, I see 2 options:
- If you don't have time, the easiest way is, as Marsha said, to use command line.
You can write a batch file for this.
- If you have a little programming skills and time, you can create your own .exe and work with the TestComplete COM library.
For my part I use the second option, I find it more flexible and there is more options to manipulate Testcomplete.
Then you can easily scheduled or run your tests by using the Task Scheduler of windows by calling your batch or .exe (depending on the solution adopted)