home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / CREXX / DEVINFO / README < prev   
Text File  |  1995-06-08  |  2KB  |  68 lines

  1.  
  2. DEVINFO - REXX Variable Pool Interface
  3.  
  4.  
  5. DESCRIPTION
  6.  
  7. This program issued DosDevConfig and returns the data in a collection of
  8. compound variables when all available items are requested, or a single variable
  9. when only one item is requested.  This is a REXX subcommand handler and
  10. Variable Pool example.
  11.  
  12. Devinfo.cmd invokes entry points provided in Devinfo.c to access
  13. device information
  14.  
  15. TASK:
  16. Provides Device Information to REXX Programs using the DosDevConfig
  17. system call.
  18.  
  19. CONCEPT/FEATURE:
  20. Sample to access device information from REXX Programs.
  21.  
  22. SAMPLE LOCATION:
  23. Inside the CREXX Sample Programs (which is inside the VisualAge C++ 
  24. Samples folder).
  25.  
  26. Note:This sample is not provided in project form.
  27.  
  28. SOURCE FILE LOCATION:
  29.  
  30. X:\ibmcpp\samples\toolkit\crexx\devinfo
  31. where X: is the drive you installed the samples and document component
  32. of VisualAge C++ for OS/2.
  33.  
  34.  
  35. HOW TO RUN THE SAMPLE:
  36.  
  37. -From your OS/2 desktop:
  38. Double-click on the sample's icon.
  39.  
  40. -From an OS/2 command prompt:
  41. To start a non-WorkPlace Shell sample program from an OS/2 command
  42. prompt, type the name of the executable file and press Enter.  If you
  43. have edited source code of a sample program and want to recompile,link,
  44. and run the files, use the NMAKE tool. Your output is the executable
  45. file.  For information about the NMAKE utility, see the
  46. OS/2 Tools Reference.
  47.  
  48.  
  49. SOFTWARE/HARDWARE REQUIREMENTS:
  50.  
  51. - IBM VisualAge C++
  52. - OS/2 Warp
  53. - IBM or compatible 386 and up.
  54.  
  55. REQUIRED FILES    DESCRIPTION
  56.  
  57.   devinfo.c       Sample C Source
  58.   devinfo.cmd     The Rexx command file
  59.   devinfo.def     defines the exported entry points
  60.   devinfo.dll     The dll containing the devinfo binary
  61.   devinfo.ico
  62.   devinfo.mak     makefile generated by MakeMake
  63.   readme          This file
  64.  
  65.  
  66.  
  67.   
  68.