You can do all this in LB without bat files just use the Daemon Tools DTCommandLine.exe file not DTAgent.exe
 
	 
 
	#1 Remove_All:
 
	Application Path: C:\Program Files\DAEMON Tools Lite\DTCommandLine.exe
 
	Application Command-Line Parameters: --remove_all                   
 
	Automatically Run Before Main > Wait For Exit
 
	 
 
	 
 
	#2 Mount:
 
	Application Path: C:\Program Files\DAEMON Tools Lite\DTCommandLine.exe
 
	Application Command-Line Parameters: -m -l f -p C;\Path\To\iso\file.iso                     
 
	Automatically Run Before Main > Wait For Exit
 
	 
 
	 
 
	#3 Run Game:
 
	Application Path: F:\rungame.exe
 
	 
 
	 
 
	#4 Unmount:
 
	Application Path: C:\Program Files\DAEMON Tools Lite\DTCommandLine.exe
 
	Application Command-Line Parameters: --remove_all
 
	Automatically Run After Main Application
 
	 
 
	 
 
	If The Game Requires DosBox:
 
	Make sure that the dosbox.conf file is created and you also added mount d f:\      (f:\ being your mounted image}
 
	 
 
	 
 
	 
 
	Commands:
 
	-m (mount)
 
	-l (drive letter)
 
	-p (path)
 
	--remove_all (removes all mounted drives)
 
	-u (unmount)
 
	--unmount_all (unmounts all images}