Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 kris_vliegen
		
			kris_vliegen
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
I try to open a Qlikview-document by running a bat-file.
This is what is in my bat-file
start chrome.exe http://URL/QvAJAXZfc/opendoc.htm?document=LICOverview.qvw&host=Local&select=LB27,469
But when I run my bat-file he doesn't recognize host and select.

What do I wrong?
Regards,
Kris
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try quoting your URL:
start chrome.exe "http://172.23.0.10/QvAJAXZfc/opendoc.htm?document=LICOverview.qvw&host=Local&select=LB27,469"
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try quoting your URL:
start chrome.exe "http://172.23.0.10/QvAJAXZfc/opendoc.htm?document=LICOverview.qvw&host=Local&select=LB27,469"
 
					
				
		
 kris_vliegen
		
			kris_vliegen
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks, it works.
But do you know if there is any possibility that if I run the same batfile with another selection that he opens the url in the same window as the provious url?
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You mean, open the URL in the same tab (it should use the same window by default)?
No, I don't know how to do this. Since this is browser specific, try searching the chrome forums. Check also the command line docs.
Maybe the kiosk mode helps here, but I just don't know for sure.
 
					
				
		
 kris_vliegen
		
			kris_vliegen
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes, I mean same tab. Ok, I will look in other forums.
Regards,
Kris
