First post, by curvedline
			
								curvedline
								Offline
			
			
				
					
			
		
					
																	Rank
				Newbie
																
			@ECHO OFF
SET T1=RESOURCE.CFG
FOR /F %%U IN ('TYPE %T1% ^| FIND "ADL" /C') DO SET CC1=%%U
FOR /F %%V IN ('TYPE %T1% ^| FIND "GENMIDI" /C') DO SET CC2=%%V
IF %CC1% GEQ 1 ECHO music is enabled =%CC1%
IF %CC2% GEQ 1 ECHO music is disabled =%CC2%
PAUSE
are there some ways to  achieve this with dosbox?
if not then how closer is dosbox to the DOS version 6.22?
i may ask this to DOStips.com,  but they might laugh at me
but because of DOSbox, practical DOS commands  are STILL very alive.