How do I make Genome run as a service?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guru
    Super MURCer
    • Nov 1999
    • 6018

    #1

    How do I make Genome run as a service?

    w2k advanced server!

    ------------------
    Join the MURC SETI team! | SETI @ MURC

    According to the latest official figures, 43% of all statistics are totally worthless..

    According to the latest official figures, 43% of all statistics are totally worthless...
  • DentyCracker
    Super MURCer
    • Jan 2000
    • 2023

    #2
    Look for a program called apptoservice. That should do it.
    [size=1]D3/\/7YCR4CK3R
    Ryzen: Asrock B450M Pro4, Ryzen 5 2600, 16GB G-Skill Ripjaws V Series DDR4 PC4-25600 RAM, 1TB Seagate SATA HD, 256GB myDigital PCIEx4 M.2 SSD, Samsung LI24T350FHNXZA 24" HDMI LED monitor, Klipsch Promedia 4.2 400, Win11
    Home: M1 Mac Mini 8GB 256GB
    Surgery: HP Stream 200-010 Mini Desktop,Intel Celeron 2957U Processor, 6 GB RAM, ADATA 128 GB SSD, Win 10 home ver 22H2
    Frontdesk: Beelink T4 8GB

    Comment

    • Guru
      Super MURCer
      • Nov 1999
      • 6018

      #3
      Thanx!
      According to the latest official figures, 43% of all statistics are totally worthless...

      Comment

      • Finberg
        mini MURCer
        • Mar 2000
        • 16

        #4
        If you can't get that to work, email me and I can send you the necessary files with a bat to install them. Works great

        Comment

        • Jorden
          Super MURCer
          • Aug 2000
          • 5255

          #5
          Finberg, could you at least email me a list of how to do so plus the batch file, so I can add them to the FAQs? Thanks.

          Jord.
          Jordâ„¢

          Comment

          • Finberg
            mini MURCer
            • Mar 2000
            • 16

            #6
            YGM

            Comment

            • Liquid Snake
              Super MURCer
              • Aug 1999
              • 2216

              #7
              Just curious, how do you do the same in Win98? And keep the window hidden? I could get one more machine then

              Comment

              • Rattledagger
                MURCer
                • Sep 1999
                • 663

                #8
                I don't know about win9x, but service for NT will look like this.

                Make this two files:

                genome.reg (start)

                REGEDIT4

                [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\genome\parameters]
                "Application"="c:\\program files\\genome\\ghclient.exe"
                "AppDirectory"="c:\\program files\\genome"

                end genome.reg

                install.cmd (start)

                @echo off

                copy "genome.reg" "c:\program files\genome"
                regedit /s "c:\program files\genome\genome.reg"

                ::Copy genome files (\...\ = path)
                copy "instsrv.exe" "C:\program files\genome\"
                copy "srvany.exe" "C:\program files\genome\"
                copy "netsvc.exe" "C:\program files\genome\"
                echo .
                echo Wait till files copied
                echo .
                pause
                ::Install genome executable as NT Service
                "C:\program files\genome\instsrv.exe" genome "C:\program files\genome\srvany.exe"
                pause
                net start genome

                goto end
                :error
                echo.
                echo Format is: install.CMD
                echo
                echo.
                goto end

                :end

                end install.cmd

                Apart from the two files genome.reg and install.cmd, you need instsrv.exe and srvany.exe If you don't have them, you can get them from http://www.hereintown.net/~jimi/seti/tech.html
                Download one of the Service on NT to get the two files.

                [This message has been edited by Rattledagger (edited 08 April 2001).]

                Comment

                • Liquid Snake
                  Super MURCer
                  • Aug 1999
                  • 2216

                  #9
                  Well, I only have two NT/2K machines on G@H, and it doesn't need to be run as a service on those machines. I have one machine on Win98 that needs to keep the window closed (because the owner keeps closing it, even though I keep telling her not to ). I could not get TrayIt to work (wouldn't hide it).

                  Comment

                  • Tweety
                    mini MURCer
                    • Apr 2001
                    • 9

                    #10
                    This little thingy here will run gah as a service only visible as a task when using ctrl+alt+del...works well.. unly put .exe in the gah directory and run it from autostart instead of gah...

                    See we are not altogether bad...

                    Visiting from OCN Hellspawns
                    Scout party for OCN Hellspawns

                    Comment

                    • Tweety
                      mini MURCer
                      • Apr 2001
                      • 9

                      #11
                      Ooops...forgot the link...



                      here ya go...just don't go gittin any ideas about passing us...OK?!!!...

                      ------------------
                      Scout party for OCN Hellspawns
                      Scout party for OCN Hellspawns

                      Comment

                      • Liquid Snake
                        Super MURCer
                        • Aug 1999
                        • 2216

                        #12
                        I've already found that. Do you know who wrote that? A guy from DSL Reports gave it to me.

                        Comment

                        • Tweety
                          mini MURCer
                          • Apr 2001
                          • 9

                          #13
                          Jup... one of their guys...can't remember the name.. go look on thier forum for a thread about this...

                          ------------------
                          Scout party for OCN Hellspawns
                          Scout party for OCN Hellspawns

                          Comment

                          • Liquid Snake
                            Super MURCer
                            • Aug 1999
                            • 2216

                            #14
                            Yes, it's Venom. I thought you stole their program

                            Comment

                            Working...