I want a bat file to open and update a software.When it opens you have to click 'updates' and then click 'check for updates'. Task manager report that when you click 'check for updates' dllhost.exe runs but adding start "" "C:\Windows\System32\dllhost.exe" to the bat file does not update it
What do i add to the following I tried /UPDATE
------------
@echo off
start "" "C:\Program Files\ mysoftware.exe"
I am just experimenting trying to learn how to do it. I can make the program open with bat and then click update but I want to see if i can learn how to make it work
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	If the software doesn't have a command line option to update you are out of luck. 
- 
	
- 
	
Similar Threads
- 
  bat file make program close and start againBy David Banner in forum ComputerReplies: 4Last Post: 6th May 2021, 15:43
- 
  FFMpeg Auto output Name on .bat Script fileBy Daringbaaz in forum Newbie / General discussionsReplies: 10Last Post: 6th Dec 2020, 09:44
- 
  ffmpeg in bat fileBy windranger in forum Video ConversionReplies: 5Last Post: 25th Jul 2020, 03:27
- 
  Bat file output on single lineBy sambat in forum Off topicReplies: 1Last Post: 21st Dec 2018, 11:41
- 
  10bit to 8bit bat fileBy SvenVolfeid in forum Video ConversionReplies: 3Last Post: 13th Sep 2016, 10:10


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote