View Single Post
Old 04-14-2017, 11:53 AM   #97
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
KTerm is just a command line terminal, similar to the command line terminal application on XP.

The top of the visible USB storage starts at: /mnt/us
When kTerm starts, the current working directory is: /mnt/us/extensions/kterm
Learn the present working directory: pwd
Change the current directory: cd <some other path>
Paths can be relative.
That is:
cd ..
ls
should make the /mnt/us/extensions directory current and the list command should show the contents.

So if you put the gargoyle folder in the extensions folder:
cd gargoyle
ls

I would expect there to be a 'bin' folder there -
ls bin
That should show you the contents of that folder

Now to be like KUAL, you have to run the script from the directory you are currently in.
so the command would be:
bin/<whatever the scripts name is here>
knc1 is offline   Reply With Quote