Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening an app using FileSystemObject

Status
Not open for further replies.

inqbus

Programmer
Apr 9, 2001
18
NZ
Hello,

I am using an inhouse language that has the ability to call the 'FileSystemObject' and its methods. With this I want to be able to open an application with set parameters.

I really dont know where to start or if im on the right track, so any assistance or sample code will be appreciated.

Chrz,
inqbus
 
The FSO is pretty restricted to manipulating (file I/O) text files as streams.

It doesn't run programs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top