home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / SEMAF002.ZIP / REVISION.002 < prev    next >
Text File  |  1994-11-21  |  3KB  |  50 lines

  1.  
  2.  
  3.                             WHAT'S NEW IN REVISION 2
  4.                             ────────────────────────
  5.  
  6.     The following has been added or changed in this revision of SEMAFORE :
  7.  
  8.     -    Added  support  for  wildcards.  Wildcards can  now  be  used  when
  9.          semaphores  are  removed   ('-'  command)  and  when   checking  if
  10.          semaphores  exist ('!',  '?',  '&' and  '%' (new!!!)  commands). Of
  11.          course it's not possible to create semaphore with a wildcard.
  12.  
  13.     -    Added the new  % command. This command (action)  behaves simular to
  14.          the & command, except that SEMAFORE will now exit with errorlevel 1
  15.          when the semaphore is NOT present.
  16.  
  17.     -    Added the  new * command.  This command only creates  the semaphore
  18.          file when it not present already (no touch). When the semaphore  is
  19.          created, SEMAFORE will exit with  errorlevel 1. This is useful when
  20.          you want  to make  sure, it's  the current  task which creates  the
  21.          semaphore file.
  22.  
  23.     -    Semaphore files are now handled in Read/Write, Deny-None mode.
  24.  
  25.     -    Added  support for  the  FDOPT  environment  variable  as  used  by
  26.          FrontDoor.  SEMAFORE supports  the  following  options :  NOCOMMIT,
  27.          FORCEINT28, NOMULD and  NORES. These options can only  be given via
  28.          the FDOPT environment variable and not on the command line.
  29.      
  30.     -    SEMAFORE will  now commit  all modification  of semaphore files  to
  31.          disk before closing  the semaphore file. This can  be disabled with
  32.          the NOCOMMIT option (FDOPT environment variable).
  33.  
  34.     -    Added support for the  INT 28 timeslice return mechanism  supported
  35.          by OS/2  and Windows. By  default SEMAFORE uses the  DPMI mechanism
  36.          (FDOPT=FORCEDPMI) when running  under OS/2 or  Windows. The INT  28
  37.          mechanism can be enabled by using FDOPT=FORCEINT28.
  38.  
  39.     -    SEMAFORE's automatic multitasker detection can now be disabled with
  40.          FDOPT=NOMULD.  Only  usefull  when  you  experience  problems  with
  41.          multitaskers.
  42.  
  43.     -    Added  support  for  true-pathnames  (e.g.  \\SERVER\SYS   etc...).
  44.          SEMAFORE  will  accept  them  on the  commandline,  and  will  also
  45.          translate the name of network/CD drives to this true-pathname. When
  46.          NORES  is   included  in   the  FDOPT   environment  variable,   no
  47.          true-pathname translation is done.
  48.  
  49.     New suggestions are welcome. See SEMAFORE.DOC on how to contact me.
  50.