Posted By
Simon Redmile
10-29-2025 07:55
Found In
Egroup:
Graphics
\
view thread
Yes it is. Dim shell As Object Dim batPath As String batPath = "D:\Project Name\Data\PopupTest.bat" shell = CreateObject("WScript.Shell") shell.Run(batPath, 1, False) ------------------------------ Simon Redmile Senior Graphic Programmer & Designer Ross Video Bristol United Kingdom ------- ...
|