5 posts
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?
473 posts
Location
Poland
Posted 26 February 2012 - 02:08 PM
Idk the command, but your code should look like:
shell.run("dj", param1, param2, etc)
411 posts
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)
5 posts
Posted 27 February 2012 - 01:17 AM
Thanks, can't believe I didn't figure that out myself.