home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / COUNT_30.ZIP / COUNT!.INI < prev    next >
INI File  |  1993-08-19  |  3KB  |  48 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. {      MaxUsers=Number of users that can use the program simultaneously      }
  20. {      MaxTime=Number of minutes of program use before Count! reminds        }
  21. {         the user to free the application license when done.                }
  22. {      UpdateLicense=Number of minutes between updates of the CountFile      }
  23. {         The default is 5.  A 0 inhibits updates.                           }
  24. {      AutoScrub=YES, Launches Scrub Application if user fails to            }
  25. {         get a License                                                      } 
  26. {                                                                            }
  27. {      All commands other than Execute are optional.                         }
  28. {                                                                            }
  29. {      If a CountFile is used, a DOS environment variable must exist         }
  30. {      prior to entering Windows which provides a user name.                 }
  31. {                                                                            }
  32. {    In addition to applications sections, A "Scrub" section can be added to }
  33. {    help Maintain CountFiles.  Please Refer to Count!.Txt for a description }
  34. {    of the using a Scrub section in Count!.ini                              }
  35. {                                                                            }
  36. {    A simple example Follows.  Please remove these from your file           }
  37.  
  38. [MS_Excel]
  39. Connect=USE E:\\MyServer\ExcelProgram /R
  40. Execute=E:\EXCEL\Excel.EXE
  41. Disconnect=USE E: /D
  42.  
  43. [MS_Project]
  44. Execute=L:\WinProj\Project.EXE
  45. StartDirectory=c:\Project
  46. CountFile=Q:\Licenses\Licenses.Dat
  47. MaxUsers=10
  48.