GreatLor wrote:
the WB-startup-sequence looks like a real mess ( :-D ), so can you come up with a script to take care of this problem man ?
Add the following lines between FailAt 21 and C:MakeDir RAM:T ... in S:Startup-Sequence:
delete >nil: "Sys:Ram Disk" all force quiet
assign RAM: dismount
makedir "Sys:Ram Disk"
assign RAM: "Sys:Ram Disk"
The following is optional, if you want to get your Ram Disk icon back on the desktop:
Start IconEdit, open envarc:sys/def_ram.info, change the type to Drawer and save it as Sys:Ram Disk.info.
Now open your Workbench drawer, click once on Ram Disk and choose Leave Out from the menu.
Reboot and see how much RAM you saved.
I would really be thankful If I could have say 960k+ ram when in cli :-)
If you totally delete or rename startup-sequence, you'll directly end in the CLI window and have as much free RAM as possible.
Bye,
Thomas