Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending Reports from command line

Status
Not open for further replies.

mghafoori

Programmer
Feb 7, 2002
16
0
0
US
I have a form that creates a batch file and I want to send a report from that file. I have the following syntax in my batch file. Does anyone know the exact syntax for sending a report in an e-mail:

rwrun60 d:\cps\reports\Revenue_Pipeline_Summ.rep password PARAMFORM=NO DESTYPE=MAIL BATCH=YES DESNAME=mGhafoori@concentrapsonline.com


 
use desname=emailaddress destype=mail desformat=pdf.

This will send a PDF file of the report. You will need write access to the directory that contains the batch file.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top