13 lines
		
	
	
		
			433 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			433 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @echo off
 | |
| rem
 | |
| rem Sample autoexec.bat for using MSDLC with most 3270 emulators on Token Ring
 | |
| rem
 | |
| path c:\dos;c:\windows;
 | |
| set comspec=c:\command.com
 | |
| @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
 | |
| SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
 | |
| LOAD MSDLC
 | |
| @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
 | |
| 
 | |
| rem Most Windows 3270 emulators require loading a TSR as well.
 |