Tally Gateway service disabled automatically [Fixed/Solved]

Discussion in 'Tally.ERP 9' started by admin, Jan 10, 2017.

    
  1. admin

    admin Administrator Staff Member


    Today, we faced an issue in client place related to Tally License. and the issue is, Tally Gateway service automatically disabled in windows services even the start type is "automatic". But due to windows issue, service is disabled automatically. So, we have written a batch file to start the service automatically if it is disabled.

    If you are facing similar kind of issue, please follow the same.

    Code:
    
    sc config "Tally Gateway Server 10.0" start= auto
    
    sc start "Tally Gateway Server 10.0"
    
    call "C:\Program Files\Tally.ERP9\tally.exe"
    
    exit
    
    

    save the file name with extension of ".bat"

    example Tally.bat


    Tally Gateway Server 10.0 --> Is the service name

    C:\Program Files\Tally.ERP9\tally.exe --> is the Tally.exe path
     

    Attached Files:

    Aaradhya Chaudhari likes this.


  2. MasterUser

    MasterUser New Member


    Great thank you
     


  3. Rajanarayana

    Rajanarayana New Member


    Please tell me where to save the file, Tally installation location or windows folder?
     


Share This Page