home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / EXIST.SCR < prev    next >
Text File  |  1991-12-30  |  193b  |  8 lines

  1. > windowpos(25,100)
  2. > windowprms(off,0,0)
  3. > windowtitle('Testing the EXIST command')
  4. > windowshow()
  5. > if exist ('c:\config.sys')
  6. >    message ('File found in root directory')
  7. > endif
  8. > end