Skip to content

Commands

RadioMarco edited this page Jun 20, 2024 · 2 revisions

Radio Marco Shell 2 - Commands

showcommands (alias: help, hp) Shows a list of available commands
exit ends the Command line session.
log ["message"] lets you write a message in log.rmsl
print ["message"] (alias: echo) prints a text into the CLI.
wait ["Milliseconds"] the CLI waits for set time in Milliseconds
time complex command, please refer to its wikipage time
list (alias: ls, la) lists all files in the current directory
convert ["base unit"] ["end unit"] ["value"] Converts a number into another unit of measurement. convert
clear <title> <"title {default: #Radio Marco}"> (alias: cl) Clears the buffer of the cli
changedirectory ["name"] (alias: cd) Changes current working directory
makedirectory ["name"] (alias: mkdir) Makes a new Directory.
remove <-r|-f|-rf> ["file"|"directory"] (alias: rmdir, del, rm, removedirectory, removefile) Removes a File or Directory -r removes content of directory too, -f hides error messages -rf combines these flags (remove is a merged command previously two different commands, removefile and removedirectory)
run ["windows command/process"] basically an implementation of the Windows + r windows utility
color [help|theme|{(int)"color acording to C# enum foreground"]<{(int)"color acording to C# enum background"{default: 15}}|"theme"> (alias: clr, colour) changes the color of the fore- and background of the console.

Clone this wiki locally