When I try to run the following code:
`C:\WINNT\System32\cmd.exe /k cd "C:\page\app" & start1.bat
it throws the following error message:
The system cannot find the path specified.
'start1.bat' is not recognized as an internal or external command,
operable program or batch file.
What can I do to fix this?