I have two separate programs one of them (test.vbs) records program usage and prints it into textfile and the other one(test3.vbs) puts the information into database i want to combine these two programs so whenever test.vbs records a usage instead of putting it into a text file it will put it into the database.
In test3.vbs there is two same codes one with just simple database entry codes and other one with variables. Variables should work with test.vbs
Thank you.
In test3.vbs there is two same codes one with just simple database entry codes and other one with variables. Variables should work with test.vbs
Thank you.