V2_OS Scriptfiles are plain textfiles (preferibly with a .scr extension).
You can type
all V2_OS commands in there, and they will be executed after eachother...
example:
loadmod pcx.v2m
loadmod svgavesa.v2m
run v2gui.app
end
This would load pcx.v2m and svgavesa.v2m and run a gui.
Note that V2_OS script must end with a line saying 'end'.
To run a script, use the 'script' command. example 'script test.scr'.
After V2_OS has booted, the system looks for a file called 'boot.scr'
on the bootdisk.
If it's found, it will be executed automaticly on startup !