Guest researcher Report post Posted 12/02/2005 01:41 AM I am using the following vbscript to execute winfax for sending file. But how to set a path for folder and a file name which can be sent through the same script? I wish to use filename and folder to be identified using Result Variable. Please advice on the suitable modification in the vbscript. <script language="VBScript"> Dim sendObj Set sendObj = CreateObject("WinFax.SDKSend8.0") sendObj.SetTypeByName "Fax" sendObj.ShowSendScreen (0) sendObj.SetSubject ("Test Faxing") sendObj.SetCoverText ("Test of cover Page") sendObj.SetNumber ("172233") sendObj.AddRecipient sendObj.Send (1) sendObj.Done sendObj.LeaveRunning </script> regards Share this post Link to post
SupportTeam Report post Posted 12/02/2005 07:45 AM There are some examples here: http://www.voiceguide.com/vghelp/html/modVbs.htm but they rely on have in the "Send Fax" menu added into Word and other MS Office applications - if you have enabled that during WinFax install then you could use those samples as starting point... Share this post Link to post
Guest Guest Report post Posted 12/02/2005 10:16 AM Thanks for the reply. It helpe me to some extent. But then it will only send word document. I wish to send a graph or image also. Can it be doen? Kindly advice Share this post Link to post
SupportTeam Report post Posted 12/02/2005 10:21 PM You would need to do your own research into this - you maybe should also look at other faxing packages. Share this post Link to post
Guest researcher Report post Posted 12/03/2005 01:18 AM It will be my pleasure to do the ncecessary research. But may I request you to help me in obtaining the SDK of Winfax pro.? Even its demo version please? Share this post Link to post
SupportTeam Report post Posted 12/03/2005 02:18 AM Winfax is not our product... you should speak to Symantec. Share this post Link to post