All,
PM Pro 4.2.23
I'm trying to execute a .vbs file using screen pop. I've tried the following in the 'external' path setting:
c:\call.vbs
c:\windows\system32\cscript.exe c:\call.vbs
c:\windows\system32\cscript.exe "c:\call.vbs"
c:\windows\system32\cscript.exe 'c:\call.vbs'
I've also tried the same with wscript.exe instead of cscript as I would like to use this eventually so nothing shows on the screen.
None of them run the file.
If I just do c:\windows\system32\cscript.exe then I can see the command line window show for a second so the screen pop is definetly activating.
I can call a .bat file from PM Pro and get this to run the vbs files but that means that a command box flashes on the screen when the call is answered which is distracting for the operator. One reason for using a vbs file is that it doesn't appear on the screen and therefore doesn't disturb the operator.
Thanks
Andrew
PM Pro 4.2.23
I'm trying to execute a .vbs file using screen pop. I've tried the following in the 'external' path setting:
c:\call.vbs
c:\windows\system32\cscript.exe c:\call.vbs
c:\windows\system32\cscript.exe "c:\call.vbs"
c:\windows\system32\cscript.exe 'c:\call.vbs'
I've also tried the same with wscript.exe instead of cscript as I would like to use this eventually so nothing shows on the screen.
None of them run the file.
If I just do c:\windows\system32\cscript.exe then I can see the command line window show for a second so the screen pop is definetly activating.
I can call a .bat file from PM Pro and get this to run the vbs files but that means that a command box flashes on the screen when the call is answered which is distracting for the operator. One reason for using a vbs file is that it doesn't appear on the screen and therefore doesn't disturb the operator.
Thanks
Andrew