You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am actually trying to make a replica of MS DOS using cosmos in my own style. I actually want to make a command like mkdir which will create a directory and also the LS command should list the files of the directory in which they are and it should also show in which directory the user is and CD command should change to the specified directory.
Something like this. This is from Windows CMD. I would really appreciate if anyone helps me