Skip to content

msf4-0/MyAutocount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyAutocount

This program contains C# functions that used to perform Autocount CRUD operations, REST API server and Windows service.

  1. Clone the repository from Github.
  • git clone https://github.com/msf4-0/MyAutocount
  1. Run Powershell with Administrator by right click Start button or pressing Win + X.

image

  1. Navigate to the folder containing MyAutocount.exe.
  • cd MyFolder\MyAutocount\MyAutocount\bin\Release
  1. Install the program as a service using the following command.
  • .\MyAutocount.exe install --delayed start
  1. Check the service in Windows Services.
  • Win + R > services.msc
  1. A service called MyAutocount API Server will be found. The startup type should be “Automatic (Delayed Start)” and service status should be “Running”.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages