home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / LAN / COUNT_40.ZIP / COUNT!.INI < prev    next >
INI File  |  1994-02-02  |  4KB  |  60 lines

  1. {    A COUNT.INI file controls what COUNT! does in launching an application. }
  2. {    This file must be edited prior to using COUNT! to accomplish anything   }
  3. {    Meaningful.                                                             }
  4. {                                                                            }
  5. {    COUNT!.INI consists of a number of applications "Sections" containing   }
  6. {    keywords describing how to launch each application.  Each section       }
  7. {    begins with the ApplicationName in square brackets.  Keywords can be    }
  8. {    any of the following:                                                   }
  9. {                                                                            }
  10. {      ConnectDrive=Drive:,\\Server\Service%Name,Password|*                  }
  11. {                                                         (Win 3.1 Only!)    }
  12. {      DisconnectDrive=YES, Will Automatically Disconnect the                }
  13. {         acquired Network Drive on Exit                                     }
  14. {      Connect=Network connection command                                    }
  15. {      Disconnect=Network disconnection command                              }
  16. {      StartDirectory=Starting directory                                     }
  17. {      Execute=Program invocation command                                    }
  18. {      CountFile=R/W file which holds the current users/license counts       }
  19. {      LogFile=R/W file which tracks license use for the application.        }
  20. {      MaxUsers=Number of users that can use the program simultaneously      }
  21. {      MaxTime=Number of minutes of program use before Count! reminds        }
  22. {         the user to free the application license when done.                }
  23. {      UpdateLicense=Number of minutes between updates of the CountFile      }
  24. {         The default is 5.  A 0 inhibits updates.                           }
  25. {      AutoScrub=YES, Launches Scrub Application if user fails to            }
  26. {         get a License                                                      } 
  27. {      SkipLicenseMsg=Yes or No. If, Yes, COUNT bypasses its initial         }
  28. {         dialog informing the user of the licensing activity and            }
  29. {         immediately launches the application.  The default is No.          }
  30. {                                                                            }
  31. {      All commands other than Execute are optional.                         }
  32. {                                                                            }
  33. {      If a CountFile is used, a DOS environment variable must exist         }
  34. {      prior to entering Windows which provides a user name.  You can        }
  35. {      add a NameEnvVar to the "Defaults" section to specify the Name        }
  36. {      of the DOS envirnment variable.                                       }
  37. {                                                                            }
  38. {    In addition to applications sections, A "Scrub" section can be added to }
  39. {    help Maintain CountFiles.  Please Refer to Count!.Txt for a description }
  40. {    of the using a Scrub section in Count!.ini                              }
  41. {                                                                            }
  42. {    A simple example Follows.  Please remove these from your file           }
  43.  
  44. [Scrub]
  45. MS_Project=1
  46.  
  47. [Defaults]
  48. NameEnvVar=Name
  49.  
  50. [MS_Excel]
  51. Connect=USE E:\\MyServer\ExcelProgram /R
  52. Execute=E:\EXCEL\Excel.EXE
  53. Disconnect=USE E: /D
  54.  
  55. [MS_Project]
  56. Execute=L:\WinProj\Project.EXE
  57. StartDirectory=c:\Project
  58. CountFile=Q:\Licenses\Licenses.Dat
  59. MaxUsers=10
  60.