home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / PCDUO / data1.cab / Script_Samples / PRODNAME.SCP < prev    next >
Encoding:
Text File  |  2003-11-28  |  329 b   |  12 lines

  1. // PRODNAME.SCP - Sample Script function to return the product name
  2. // Copyright (c) 2000, Vector Networks Limited
  3. // All Rights Reserved
  4. //
  5. // Revision History:
  6. //  5.3 17-Jul-00 DB  - Created.
  7. //  8.10 20-Aug-03 DB  - Change name to "PC-Duo".
  8.  
  9. Function ProductName () as String
  10.   ProductName = "PC-Duo"
  11. End Function
  12.