home *** CD-ROM | disk | FTP | other *** search
- What's planned for future versions...
-
-
- 1) One of the major "planned" additions to IsWhat will be the ability to
- execute another program, with full memory swap, when a certian
- command, plus a program name, is added to many of the functions,
- such as DOY, DOM, DOW, DATE
-
- Typically, our swapping execution code frees all memory but
- 3-4k with a program such as IsWhat. That would allow most
- ANY other program to be run from IsWhat.
-
- When the above is done, IsWhat will write information to a
- LOG file, the program run, the date and time, and if the program
- returns an exit code, it too will be posted.
-
- 2) Some more environment variables. Such as DOW, MONTH, DAY_NAME etc.
-
-
- NOTE ON ITEM #1
-
- This would work in an IF (value) THEN logic, ie:
- Command: ISWHAT DOW IF 3 PROGRAM.EXE
- With this command, if the Day Of Week matches the day number you give,
- IsWhat will execute the supplied program/batch name.
-
- This would slim down "if errorlevel" lines currently required in batch
- files to accomplish the same result. <smile>
-
-