DOS Compatibility
RACE is DOS-based, meaning that some MS-DOS commands exist and work in the RACE environment. They can also be used in Neurox as functions.
Basic built-in MS-DOS commands
MOVE(path, newPath)
DEFINE NEUROX
MOVE("C:\WINDOWS\MEDIA\CAT_PICTURES", "C:\WINDOWS\MEDIA\PICTURES")COPY(path, newPath)
DEFINE NEUROX
COPY("C:\WINDOWS\MEDIA\CAT.JPEG", "C:\WINDOWS\MEDIA\PICTURES\CAT_PICTURES")REN(path, newName)
DEFINE NEUROX
REN("C:\WINDOWS\MEDIA\PICTURES\CAT.JPEG","CAR")
//CAT.JPEG will be renamed CAR.JPEGDEL(path)
RMDIR(path)
MKDIR(path, directoryName)
CAT(path)
ECHO(content, path, file_type, name)
DEBUG()
Last updated