home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / CMD / APP1.PRG next >
Text File  |  1995-04-20  |  189b  |  12 lines

  1.  
  2. #include "windows.ch"
  3. #define    NO_C4WCLASS
  4. #include "commands.ch"
  5.  
  6. function main()
  7. local    oApp
  8.  
  9. CREATE APPLICATION oApp TITLE "Clip-4-Win Makes Windows Apps E-A-S-Y!"
  10.  
  11. return nil
  12.