Skip to content

A program that takes a few DOS commands such as cd, dir, type, del, ren and copy and executes the equivalent UNIX command.

Notifications You must be signed in to change notification settings

Lomax9898/DOS-command-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

To run the program simply put the file in a linux environment like WSL and compile.
From there you should be able to use cd, dir, type, del, ren, and copy DOS commands in the place of 
UNIX commands cd, ls, cat, rm, mv, and cp. It will continue to loop until Ctrl-C is pressed.
The program dosen't check for flags and the error checking only check for correct amount of arguments.

About

A program that takes a few DOS commands such as cd, dir, type, del, ren and copy and executes the equivalent UNIX command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages