home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / COMPILER / TOUCH / README < prev    next >
Text File  |  1995-06-08  |  4KB  |  109 lines

  1.  
  2.                                                                           
  3.                              
  4.  COPYRIGHT:                                                               
  5.  ----------                                                               
  6.   Copyright (C) International Business Machines Corp., 1991,1992,1993.    
  7.                                                                           
  8.  DISCLAIMER OF WARRANTIES:                                                
  9.  -------------------------                                                
  10.   The following [enclosed] code is sample code created by IBM Corporation.
  11.   This sample code is not part of any standard IBM product and is provided
  12.   to you solely for the purpose of assisting you in the development of      
  13.   your applications.  The code is provided "AS IS", without warranty of   
  14.   any kind.  IBM shall not be liable for any damages arising out of your  
  15.   use of the sample code, even if they have been advised of the           
  16.   possibility of such damages.                                            
  17.                                                                           
  18.  REVISION LEVEL: 1.0                                                      
  19.  --------------- 
  20.                                                          
  21.    DESCRIPTION:
  22.         TOUCH is an OS/2 program that changes the date and time of
  23.         selected files to the date and time at which the command is run.
  24.         You must input one or more file masks indicating the files that
  25.         are to have their date and time updated. A message is output for
  26.         each file indicating the successful update of the date and time.
  27.        
  28.    TASK:
  29.         Changes the date and time of selected files to the date and time
  30.         at which the command is run.
  31.  
  32.    CONCEPT/FEATURE:
  33.         This program demonstrates how to query the date and time, how to
  34.         find files based on a file mask, how to open those files, how to
  35.         update the date and time of those files, and how to close the
  36.         files when done.
  37.  
  38.    PROJECT LOCATION:
  39.         Inside the COMPILER Sample folder (inside the VisualAge C++ 
  40.         SAMPLES folder).
  41.  
  42.    SOURCE FILE LOCATION:
  43.         X:\ibmcpp\samples\compiler\touch
  44.  
  45.         where X: is the drive you installed the samples and document
  46.         component of VisualAge C++.
  47.  
  48.  
  49. HOW TO RUN THE SAMPLE:
  50.  
  51.    FROM WITHIN THE WORKFRAME ENVIRONMENT:
  52.         Open the Samples folder on your OS/2 desktop then double-click on
  53.         the project's icon to open the project view of the sample.  Click
  54.         on the RUN button of the project's toolbar.
  55.  
  56.    FROM THE COMMAND LINE:
  57.         Simply type the name of the .EXE file, that is:
  58.  
  59.             TOUCH
  60.  
  61.  
  62. HOW TO BUILD THE SAMPLE PROJECT YOURSELF:
  63.  
  64.    FROM WITHIN THE WORKFRAME ENVIRONMENT:
  65.         Open the Samples folder on your OS/2 desktop then double-click on
  66.         the project's icon to open the project view of the sample. In the
  67.         upper half of the project window you will see the icons of the
  68.         files associated with the sample.  From the Project pulldown, 
  69.         select BUILD -> REBUILD ALL. To run the sample project, see HOW 
  70.         TO RUN THE SAMPLE above.
  71.  
  72.    FROM THE COMMAND LINE:
  73.         A command file is provided to allow rebuilding of the WorkFrame
  74.         projects from the command line.  Simply type:
  75.  
  76.             BUILD
  77.  
  78.         To run the sample project, see HOW TO RUN THE SAMPLE
  79.         project above.
  80.  
  81.    SOFTWARE/HARDWARE PREREQUISTES:
  82.  
  83.         o   IBM VisualAge C++
  84.         o   OS/2 2.1 or Warp
  85.         o   IBM or compatible 386 and up.
  86.  
  87.    ADDITIONAL INFORMATION:
  88.         For more information on the creation and use of projects in the
  89.         WorkFrame environment, see the VisualAge C++ for OS/2 User's
  90.         Guide.
  91.  
  92.         To access an online book, simply open the main VisualAge C++
  93.         desktop folder, then open the Information Folder inside.  To view
  94.         a book, double-click on that book's icon.
  95.  
  96.  
  97. SOURCE FILES - TOUCH
  98.  
  99.    Required files/libraries:
  100.  
  101.    TOUCH    C
  102.         touch source file
  103.  
  104.    TOUCH    MAK
  105.         touch make file
  106.  
  107.    OS2386.LIB
  108.         OS/2 API library
  109.