CMD
A downloadable tool for Windows
A small project I am working on, It is slowly becoming a remake of the Iconic command prompt app from windows. I hope to make it more diverse and straightforward for people whom are not used to it. I will try to have a tut.txt in the files of the game but you will have to wait for that. For now here is a verry small tut on what it can do,
1 - Opening files.
To open a file using the CMD app you need to type into the command line,
/EXE /System /StartApplication
A new CMD line will pop up, there you can type in the Location of the file. Down below is an example.
C:\Users\User.Name\Downloads\Builds-20240212T151242Z-001\Builds
Now if you want to startup the CMD application using CMD you need to add onto the end this:
C:\Users\User.Name\Downloads\Builds-20240212T151242Z-001\Builds\Cmd
adding "" around CMD makes the command break.
C:\Users\User.Name\Downloads\Builds-20240212T151242Z-001\Builds\"Cmd"
If you want to start you own app you find the location of the app, on the pc that I am on I go to the Location of the file click on it then I right click, a small window pops up and then I press Properties.
2 - Shutting down your pc.
You can shutdown your pc by typing into the CMD line:
/EXE /System /Shutdown = true
I would not advice you to use this command, This command will Shutdown your pc!
3 - Removing Files
If you wish to remove files you can type:
/EXE /System /Remove /File /?!
Then do the same thing you would with opening a EXE except remove the "" from the outside of the path.
There should be a system in place that stops you from removing System32.
4 - Help
You can now type:
/help
their you can read about all the functions of the CMD.
Status | In development |
Category | Tool |
Platforms | Windows |
Author | Mr.Cappi |
Tags | application, Runner |