Below is a simple program I use from a CRM application. It works great, except I have one program that is looking for a file in the directory it starts from. Is there a way to specify a "Start in:" directory in this script?
On Error Resume Next
Dim App_Path
App_Path = "C:\MY PROGRAM.EXE"
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.