Nucleus Posted September 6, 2005 Posted September 6, 2005 In both these posts, it is mentioned, that after you import the registration registry entry, and install getright, you have to restart it, so that the registration will take effect. Post1 Post2So i created this batch file, which kills both getright processes and tries to restart the program. The problem is, that the dos window remains open even after getright has restarted. How can i make the window close so that the rest of the programs can continue installing?Batch filetaskkill /F /IM getright.exe"%PROGRAMFILES%\GetRight\getright.exe"DOS Window
Nucleus Posted September 6, 2005 Author Posted September 6, 2005 This workedcmdow @ /HIDtaskkill /F /IM getright.exe"%PROGRAMFILES%\GetRight\getright.exe"
Nologic Posted September 6, 2005 Posted September 6, 2005 hmm well I just use this script...its for the current beta of the standard edition.
Nucleus Posted September 7, 2005 Author Posted September 7, 2005 This workedcmdow @ /HIDtaskkill /F /IM getright.exe"%PROGRAMFILES%\GetRight\getright.exe"<{POST_SNAPBACK}>Well, my batch file didn't work. It just stuck there.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now