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 | -no-kde] [file]
10
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
17
19 -e,--exec
20 execute script in file without gui support.
21
22
23 -i,--interactive
24 start interactive kjs interpreter.
25
26
27 -n,--no-kde
28 start without KDE KApplication support.
29
30
32 The most common way to run kjscmd is simply as
33
34
35 kjscmd file
36
37 If no parameter file is used, it executes a predefined test script
38 that measures the start speed of kjscmd.
39
40
42 kjs(1)
43
44
46 There are probably tons of bugs. Use bugs.kde.org: http://bugs.kde.org
47 to report them.
48
49
51 Harri Porten <porten@kde.org>.
52
53
54
55 2008-10-16 KJSCMD(1)