Skip to Main Content

try to call wfs.exe (MS fax and scan) with webutil_host !!

alinzenbNov 14 2012 — edited Nov 15 2012
hi,


I would call from Forms the MS scan and fax application “wfs.exe”.
This is found under windows\system32.

call:
WEBUTIL_HOST.NONBLOCKING ('cmd /c C:\windows\system32\wfs.exe');

Unfortunately, nothing happens. No error message and no cmd-process remains open in the taskmanager.
with other applications it works. For example:

WEBUTIL_HOST.BLOCKING('cmd /c C:\Windows\System32\notepad.exe');
WEBUTIL_HOST.BLOCKING('cmd /c C:\Windows\System32\calc.exe');

I use Forms 10.1.2.3 on Windows 7.

Does anyone have any idea or can test that if it works?

thx Alfred
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Dec 13 2012
Added on Nov 14 2012
3 comments
1,034 views