Hi All,
We are using FDMEE 11.1.2.3.5 . We are having a event script VBS code which is triggering command file for calc script n all .. Snapshot of code which is doing this is as follows:
Set objShell = CreateObject("WScript.Shell")
strcmdfile = "E:\Scripts\BSOASOCLEAR.cmd"
objShell.Run strcmdfile,0,True
Set objShell = Nothing
This code is working fine on Dev enviornment . BSOASOCLEAR command file is copied from Dev to Prod and required changes are done as well . But it is not getting triggered on Prod.
I guess there is some issue with Windows Script shell . Do I need to make any changes in Windows to make this work ??
Any thoughts ??