VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MH-Scheduler

Mike Hartrick  (1 Submission)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

The first line of the DAS.INI file are boolean, You set what days of the week a task needs to be run, and assign a File to run, The Sample file included is a .BAT file. You will have to modify the Days.INI file in order to have the program execute properly. I wrote this simple program for the purpous of signing a system onto the mainframe on weekdays. You can replace the Shell() function with AppActivate() and SendKeys() if you want to advance the program. I used it to launch an AS400 macro.

Inputs
an .INI file

Assumes
the .INI file is as follows. 1,1,1,1,1,1,1 'Sunday, Monday, Tuesday.. etc TIME File To Run

Returns
Starts a program

Rate MH-Scheduler (2(2 Vote))

Download MH-Scheduler

MH-Scheduler Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters