I want to write a batch file that will do following things in given order:
cd c:\\Program files\\IIS Express
@echo off title Command Executer color 1b echo Command Executer by: YourNameHere echo ################################# : execute echo Please Type A Command Here: set /p cmd=Command: %cmd% goto execute
I think the correct syntax is:
cmd /k "cd c:\<folder name>"