I am a novice when it comes to vbscript...
I have the following vbscript -
Set objShell = CreateObject("Wscript.Shell")
strPath = "F:\atco\LanAir\Work Orders"
strPath = "explorer.exe /e,""F:\atco\LanAir\Work Orders"
objShell.Run strPath
I have a variable my WO#, I need to add to the path the folder that matches the WO# (in MAS 90 the field name is ML_WO).
I have the following vbscript -
Set objShell = CreateObject("Wscript.Shell")
strPath = "F:\atco\LanAir\Work Orders"
strPath = "explorer.exe /e,""F:\atco\LanAir\Work Orders"
objShell.Run strPath
I have a variable my WO#, I need to add to the path the folder that matches the WO# (in MAS 90 the field name is ML_WO).