1KJSCMD(1) KDE User's Manual KJSCMD(1)
2
3
4
6 kjscmd - KDE KJSEmbed interpreter
7
9 kjscmd [--help] [[-e] | [--exec]] [[-i] | [-interactive]] [[-n] |
10 [-no-kde]] [file]
11
13 kjscmd is a tool for launching KJSEmbed scripts from the command line.
14 It will run the scripts contained in the named file using KJSEmbed. It
15 does not accept - (stdin) as a file.
16
18 -e,--exec
19 execute script in file without gui support.
20
21 -i,--interactive
22 start interactive kjs interpreter.
23
24 -n,--no-kde
25 start without KDE KApplication support.
26
28 The most common way to run kjscmd is simply as
29
30 kjscmd file
31
32 If no parameter file is used, it executes a predefined test script that
33 measures the start speed of kjscmd.
34
36 kjs(1)
37
39 There are probably tons of bugs. Use bugs.kde.org[1] to report them.
40
42 Harri Porten <porten@kde.org>
43 Author.
44
46 1. bugs.kde.org
47 http://bugs.kde.org
48
49
50
510.01.01 2008-10-16 KJSCMD(1)