home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / BKGRONDR / BGII-IF.TXT < prev    next >
Text File  |  2000-06-30  |  1KB  |  25 lines

  1. Msg 103 is 19 line(s) on 02/12/88 from JAY SAGE
  2. to BRIDGER MITCHELL about BGII PROBLEM WITH FLOW CONTROL
  3.  
  4. Rick Charnes first pointed out and I confirmed that some flow control
  5. tests that work under ZCPR3 do not work under BackGrounder.  Specifically,
  6. these are the tests that refer to disk files, such as IF EXIST, IF EMPTY,
  7. IF SYS, IF RO, and so on.
  8.  
  9. This problem was causing me particular grief recently as I tried to
  10. implement an alias to use SAVSTAMP.  File-existence tests kept giving the
  11. wrong result.  I have finally figured out what is causing the trouble,
  12. and looking back I should have been able to figure this out long ago; I
  13. had seen several clues.  First, IF.COM, when invoked directly (say by
  14. renaming if to COMIF.COM and running COMIF EX FN.FT;IFQ,FI) always gave
  15. the correct answer.  The problem only occurred when control was passed
  16. from the FCP module.  The second clue I had was that under BGii, there
  17. were occasional strange accesses to one of my floppy drives.  Finally
  18. today I noticed that when I entered "IF EX FN.FT" the light on my floppy
  19. drive B kept flashing even though I was on ramdrive M:.  The answer is
  20. that BGii is losing track of the logged-in directory in the process of
  21. calling on the FCP module.  By entering "IF EX M0:FN.FT" I can get the
  22. test to return the correct answer.
  23.  
  24. MSG # [last msg = 300] : or COMMAND (? for help) ? 
  25.