I'm trying to run a script(on OS level) (and not block until its return) from T32 using OS.Command, but when I do I get '\\somepath'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
I want to run my command in the same directory as the scrip that calls it. OS.Hidden seems to work that way, but seems to block until the call is returned.