
April 10th, 2005, 09:42 PM
|
|
Contributing User
|
|
Join Date: Oct 2004
Posts: 72
Time spent in forums: 13 h 46 m 10 sec
Reputation Power: 4
|
|
|
Executing a VB project function with Command Line Arguments
hi guys/gals!
i was wondering if there is a way to use the command line to call a function in a compiled project.
the project is supposed to be running as a background, what it does is it compares the contents of a folder to list. if something is missing it logs the missing file. what i need to do is when i want a new list, i just write a command line, and the program will call that function to make the new list. it can be done if i use a command button or timer, but i will be using this as a service, so there will be no interface to work with. so im thinking if a command line is a possibilty.....
thanks in advance!
peace!
|