# This is a sample script CREATE "myram.sys" ADD "info.h" ADD "types.h" # We go inside the sources folder MKDIR "sources" CD "sources" ADD "commands.cpp" ADD "info.cpp" SETFLAGS B68 # Change flags mask; B68 is the default mask. ADD "main.cpp" CD ".." CLOSE