1kjscmd(1) General Commands Manual kjscmd(1)
2
3
4
6 kjscmd - A tool for running KJSEmbed scripts from the command line
7
9 kjscmd kjscmd [Qt-options] [KDE-options] [options] [file]
10
12 kjscmd is a tool for launching KJSEmbed scripts from the command line,
13 and can also provide a console for running commands interactively. It
14 will run the named file using KJSEmbed (or read a file from stdin if
15 '-' is specified).
16
18 --console -c
19 Enables the graphical console. The console will not be visible
20 unless the script enters the event loop or the --exec parameter
21 is used. If no script was specified on the command line then the
22 event loop is entered automatically.
23
24 --interactive -i
25 Enables the interactive command line prompt.
26
27 --exec Tells kjscmd to enter the event loop after executing the script.
28 This option is rarely used, but it can be handy if you want to
29 use the console to examine the state of the interpreter after a
30 non-graphical script has executed.
31
32 --nogui
33 Tells kjscmd not to create an X connection. This allows you to
34 use scripts without needing an X server (though with reduced
35 functionality).
36
38 There are probably lots of bugs. Use http://bugs.kde.org/ to report
39 them.
40
41
42
43
44
45 kjscmd(1)