home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / sml_100b.zip / SMLIST.CTL < prev    next >
Text File  |  1993-05-30  |  2KB  |  41 lines

  1. ; *************************************************************************
  2. ; **                           SMALL LIST                                **
  3. ; **                          Control File                               **
  4. ; *************************************************************************
  5. ;
  6. ;
  7. ; The REGKEY keyword is used to enter your registration key if you are
  8. ; a registered user.  Place your registration key after the REGKEY keyword.
  9. ;
  10. ;REGKEY 
  11. ;--------------------------------------------------------------------------
  12. ;
  13. ;The SOURCELIST and TARGETLIST keywords indicate where the target and source
  14. ;lists are to be placed and their names.  DO NOT include an extension since
  15. ;the newest extension will always be used.
  16. ;
  17. SOURCELIST E:\DB\NODELIST\NODELIST
  18. TARGETLIST E:\DB\NODELIST\105LIST
  19. ;--------------------------------------------------------------------------
  20. ; The INCLUDE_REGION keyword may be used as many times as you like to
  21. ; List all the regions you want to include in the short list.
  22. ;
  23. ;INCLUDE_REGION 17
  24. ;--------------------------------------------------------------------------
  25. ;
  26. ; The INCLUDE_NET keyword may be used as many times as you like to list
  27. ; all the nets you want to include in the short list.  It is not necessary
  28. ; to include nets that are within a region specified by a INCLUDE_REGION
  29. ; statement.  This is both unnecessary and slows down the conversion.
  30. ;
  31. INCLUDE_NET 105
  32. ;-------------------------------------------------------------------------
  33. ;
  34. ; The INCL_REGN_INDP keyword will specify that a regions independants
  35. ; should be listed.  This does NOT include any nets.  This is only the
  36. ; regional independants listed at the beginning of each region before the
  37. ; first net.  This should not be used if the entire region was included
  38. ; with the INCLUDE_REGION keyword!
  39. ;
  40. INCL_REGN_INDP 17
  41. ;-------------------------------------------------------------------------