@Amiduffer
The problem is in the Startup-Sequence. You have a line to copy the contents of ENVARC: to RAM:ENV, and a line to assign ENV: to RAM:ENV, but no line to make the directory RAM:ENV. So both of the other commands will fail. You need to add the line "makedir RAM:ENV" before the line "Copy ENVARC: RAM:ENV QUIET ALL NOREQ". So your ammended s-s will look like this:
C:Setpatch >NIL:
C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21
C:MakeDir RAM:T
C:MakeDir RAM:ENV
Copy ENVARC: RAM:ENV QUIET ALL NOREQ
C:Assign >NIL: ENV: RAM:ENV
C:Assign >NIL: T: RAM:T
C:LoadWB
EndCLI >NIL:
Hope that helps.
--
moto