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

Pastebin install problem...

Started by CocoPC, 13 August 2015 - 07:10 PM
CocoPC #1
Posted 13 August 2015 - 09:10 PM
i get this:

bios:14: [string "setup"]:1: "=" expected.
when i type:

pastebin run sM1KGHYG
what i do wrong? i'm working on a operating system right now… any fix?
Bomb Bloke #2
Posted 14 August 2015 - 04:02 AM
Where exactly are you typing it? I can't see why that code would produce that error, and can't reproduce it myself.
HPWebcamAble #3
Posted 14 August 2015 - 04:46 AM
Line 2 of that pastebin is this:

fs.makeDir(system)

You need quotes around "system" to make it a string, but you don't even need to make the directory.
When you try to make anything in the folder, the folder is automatically created.

Though that wouldn't cause the error you were getting…
Edited on 14 August 2015 - 02:47 AM
CocoPC #4
Posted 15 August 2015 - 08:26 PM
Line 2 of that pastebin is this:

fs.makeDir(system)

You need quotes around "system" to make it a string, but you don't even need to make the directory.
When you try to make anything in the folder, the folder is automatically created.

Though that wouldn't cause the error you were getting…
tried, not working.

Where exactly are you typing it? I can't see why that code would produce that error, and can't reproduce it myself.
http://pastebin.com/sM1KGHYG here
Bomb Bloke #5
Posted 16 August 2015 - 01:16 AM
No, I'm asking what exactly you're typing "pastebin run sM1KGHYG" into, given that entering it directly into a newly placed computer does not generate that error.