how to create directory named s where s is a string ('mkdir s' will create directory 's')
How does one create directory named s where s is a string ('mkdir s' will create directory 's'), I want to turn the preparser off in this.
What about the command cd? How can I change directory to s, where s is a string representing a path?