I have the line
Shell "C:\program files\programname\batchfile.bat"
on the on open event of a form, but when it runs it gets the error message that the CMD.exe was started with the above path as the current directory (a UNC) CMD will now default to the windows directory..but nothing ever happens. any ideas.
Shell "C:\program files\programname\batchfile.bat"
on the on open event of a form, but when it runs it gets the error message that the CMD.exe was started with the above path as the current directory (a UNC) CMD will now default to the windows directory..but nothing ever happens. any ideas.