Why commands in my batch file not working properly ???<br>I have a batch file like;<br>cd C:\Program Files\glassfish-v2ur2\bin asadmin start-domain domain1 @start "" /b "iexplore.exe" http://localhost:4848/ But it is not working properly. It is working properly while I am passing commands on cmd prompt one-by-one, then why isn't in batch file ???