cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling a Script Run

Former Member
0 Kudos

Hi All - I was wondering if anybody knows if I can schedule an SAP script to kick-start on a specified schedule, say every Monday morning at 6 a.m. I was thinking Windows Task Scheduling through a .bat file but if there is a better way I would prefer that. Also I am not sure if this can start up SAP and does the password have to be fed in readable text. My script needs SAP and then calls Excel to save and send the files through Outlook.

Thanks for any insight.

Umur

View Entire Topic
Former Member
0 Kudos

Anything that you can run via console can be scheduled using Cron. It was originally for UNIX, but there are many implementation of it for Windows: http://cronw.sourceforge.net/ or do a little search.