mirror of https://github.com/stascorp/rdpwrap
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							444 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							444 B
						
					
					
				@echo off
 | 
						|
if not exist "%~dp0RDPWInst.exe" goto :error
 | 
						|
"%~dp0RDPWInst" -i -o
 | 
						|
echo ______________________________________________________________
 | 
						|
echo.
 | 
						|
echo You can check RDP functionality with RDPCheck program.
 | 
						|
echo Also you can configure advanced settings with RDPConf program.
 | 
						|
echo.
 | 
						|
goto :anykey
 | 
						|
:error
 | 
						|
echo [-] Installer executable not found.
 | 
						|
echo Please extract all files from the downloaded package or check your anti-virus.
 | 
						|
:anykey
 | 
						|
pause
 |