home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ISWHT103.ZIP / WHATSUP.DOC < prev   
Encoding:
Text File  |  1996-01-28  |  1.1 KB  |  30 lines

  1. What's planned for future versions...
  2.  
  3.  
  4.  1)  One of the major "planned" additions to IsWhat will be the ability to
  5.      execute another program, with full memory swap, when a certian
  6.      command, plus a program name, is added to many of the functions,
  7.      such as DOY, DOM, DOW, DATE
  8.  
  9.      Typically, our swapping execution code frees all memory but
  10.      3-4k with a program such as IsWhat.  That would allow most
  11.      ANY other program to be run from IsWhat.
  12.  
  13.      When the above is done, IsWhat will write information to a
  14.      LOG file, the program run, the date and time, and if the program
  15.      returns an exit code, it too will be posted.
  16.  
  17.  2)  Some more environment variables.  Such as DOW, MONTH, DAY_NAME etc.
  18.  
  19.  
  20.      NOTE ON ITEM #1
  21.  
  22.      This would work in an IF (value) THEN logic, ie:
  23.      Command:  ISWHAT DOW IF 3 PROGRAM.EXE
  24.      With this command, if the Day Of Week matches the day number you give,
  25.      IsWhat will execute the supplied program/batch name.
  26.  
  27.      This would slim down "if errorlevel" lines currently required in batch
  28.      files to accomplish the same result. <smile>
  29.  
  30.