by Mike Hartrick (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
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
Code Returns
Starts a program
Download MH-Scheduler (2 KB)