News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Error in command prompt?  (Read 1180 times)

0 Members and 1 Guest are viewing this topic.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Error in command prompt?
« on: August 16, 2013, 05:46:39 PM »
I'm getting an error when i try to run luac 'the system cannot find the path specified'. i've copied all contents to the folder that i type in cmd with script file. If anyone can explain or give me a link to luac tut, it will be helpful for me. Second question is, when i create a custom script, what should i name it, scriptcustomtest.lua? Or is there any other name? Third question is, can i edit the ide file through lua or make changes in it? Thanks everyone.

Offline c00ld0c26

  • The D0c
  • Can't Get Enough
  • *****
  • Posts: 5,137
  • Gender: Male
  • Just a dood doing dood things.
    • View Profile
    • My channel.
Re: Error in command prompt?
« Reply #1 on: August 17, 2013, 12:57:29 PM »
1. BEFORE typing Luac and all of that u need to type in this :

"CD location of your lua compiling folder"

For example :

If your lua folder is at C:Lua then you do this

cd C:/Lua

AFTER that you do the luac thing.

2. You can name it how ever you want just make sure you dont use space.
About the IDE, you will need to edit it via HxD not in LUA.