Look at the following code:
ECHO A2
MKDIR -v /tmp/"My Batch Script File Assignment"
ECHO
ECHO A3
CD "/tmp/My Batch Script File Assignment"
PWD
ECHO
can anyone tell me why the cd command under ECHO A3 isn't working. The following PWD command reports that the working directory changes to /tmp. But I am wanting to changing to the "My Batch Script File Assignment". Any one know why it is not dong this.