if i wrote an ActiveX component, with say one one-liner sub for each tool i need to start up, say like
would I be able to distribute this marked as save?Code:sub LaunchTool1 Shell "C:\path1\tool1.exe") end sub sub LaunchTool2 Shell "C:\path2\tool2.exe") end sub




Reply With Quote