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

What Do You Type In Edit Mode For 'dj' Command

Started by Charlie729, 26 February 2012 - 01:04 PM
Charlie729 #1
Posted 26 February 2012 - 02:04 PM
I need help on what you need to type in in edit mode for a program to run the dj command. At first I thought it was os.dj("<driveside>", true) but it wasn't, any ideas?
Liraal #2
Posted 26 February 2012 - 02:08 PM
Idk the command, but your code should look like:

shell.run("dj", param1, param2, etc)
Casper7526 #3
Posted 26 February 2012 - 02:09 PM
dj is just a program made by dan200, you can check out the code if you edit the dj program itself, it simply uses the disk api (help disk)
Charlie729 #4
Posted 27 February 2012 - 01:17 AM
Thanks, can't believe I didn't figure that out myself.