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

StartDelete Boot CD

Started by TheKickstart, 04 November 2014 - 07:03 PM
TheKickstart #1
Posted 04 November 2014 - 08:03 PM
StartDelete Boot CD
PC Cant Boot, Then You Need The StartDelete Boot CD
StartDelete BootCD Is A Free Tool You Can Use To Delete Startup Files And Restore Acces To Your Computer
(This Works With Any Computer)

Download : pastebin get nUi8TXGs disk/startup (On A Diffrent PC With A Disk Drive And A Disk)

FlixOS Boot Disk Code :

shell.run("clear")
print("Starting FlixOS")
term.setCursorPos(1,8)
print("Rescue Disc")
print("By TheKIckstart")
sleep(3)
And put the code for your disc under here
Anavrins #2
Posted 05 November 2014 - 04:55 AM
Nice, I actually have a program that does the same thing, here's the code.


Save to disk/startup
Edited on 05 November 2014 - 03:55 AM
TurtleHunter #3
Posted 07 November 2014 - 12:32 AM
Nice, I actually have a program that does the same thing, here's the code.


Save to disk/startup
Or if you want to delete startup,

fs.delete("startup")