windows service

  1. Siwar Ha

    uploading files to Google drive with windows service

    I m writhing a program that moves files from one place to another and if everything is fine a copy of those files are sent .zip to google drive . the code is working fine with console application : files are placed in the destination and uploaded to google drive . BUT when i run it as windows...
  2. N

    How to code for a stop and start of a windows service ?

    Hello, I am new with C# and know just the basics. I would like to create a command line executable where the program can stop and start a windows service through a windows domain account ? Is that possible ? We always get tickets to restart a windows service on a windows server. So, it will...
Back
Top Bottom