I have never used threading in vbscript and recently got assigned a project to run a program on a 8 processor server. So in order to maximize the server I wanted to create 8 threads and run them simultaneously. Could anyone please send me a sample code to start from?

Lets say the program is C:\xyz.exe and the ini file that needs to be passed to it is C:\xyz.ini

The reason that I want to create 8 threads, is cause the data that needs to run has about 800,000 rows.