Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have a Vb script to open a particular exe file but I don't know where to write this.
 
					
				
		
 techvarun
		
			techvarun
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 rustyfishbones
		
			rustyfishbones
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Just create a button or text object and add an action to launch the exe file
something like

no need for vb script
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Within the GUI you could use actions to launch any programs. Within the load-script you could use the execute-statement like this:
| Execute cmd.exe /C "D:\ftpDownloadComplete.bat"; | 
- Marcus
 
					
				
		
 techvarun
		
			techvarun
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
