Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!clarkson!PKSMRVM.vnet.ibm.com!KENKAHN Message-Id: <9106070209.AA12081@grape.ecs.clarkson.edu> Date: Thu, 6 Jun 91 22:27:06 EDT From: "Kenneth A. Kahn" Subject: Find_First/Next for DOS + OS/2 Newsgroups: comp.os.os2.programmer OS/2 has two API's, DosFindFirst and DosFindNext. They are both family APIs which means a program compiled with them will run in both DOS and OS/2 mode. To create a Family Application, first compile your program for OS/2 then use the BIND utility on it to allow it to work under DOS.