This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
JelaFish's profile picture

How to run files of a disk without disk/ ?

Started by JelaFish, 07 July 2012 - 10:22 AM
JelaFish #1
Posted 07 July 2012 - 12:22 PM
I've edited that startup on the floppy disk so that the computer runs startup of the floppydisk, however, I find it annoying having to always type disk/ to run all my stored programs. Is there way to bypass this disk/ by editing startup or something like that?
Thanks for the help.
KevinW1998 #2
Posted 07 July 2012 - 03:40 PM
Create a file "startup" and use:

shell.run("cd","disk")
finished
reboot your computer and you automaticly get to disk files
JelaFish #3
Posted 07 July 2012 - 04:24 PM
thank you :P/>/>