BER has commands to create, duplicate, rename, remove, pause, play, restart, and load files.
create "project".exe
This command creates a new file called project.exe
.
duplicate "project".exe
This duplicates the file.
rename "project"(num).exe
Renames the file with a new number appended.
remove "project".exe
Deletes the file.
pause "project".exe
play "project".exe
Pauses or resumes the file’s execution.
restart "project".exe
load "project".exe
Restarts or loads the file.