author | zecke <zecke> | 2002-10-24 16:54:22 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-24 16:54:22 (UTC) |
commit | 77df9ab1e56a28cc95c3c4b7db69819f6c47bba2 (patch) (side-by-side diff) | |
tree | c47c5f2d01335c24f8333cf1dd359c559f8518fc /help/en/html/opie-console/scripting.html | |
parent | f8875264ece878f5bb7e8e528200f6ba437138c5 (diff) | |
download | opie-77df9ab1e56a28cc95c3c4b7db69819f6c47bba2.zip opie-77df9ab1e56a28cc95c3c4b7db69819f6c47bba2.tar.gz opie-77df9ab1e56a28cc95c3c4b7db69819f6c47bba2.tar.bz2 |
More complete Documentation. Spelling and grammar checks to go
Diffstat (limited to 'help/en/html/opie-console/scripting.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | help/en/html/opie-console/scripting.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/en/html/opie-console/scripting.html b/help/en/html/opie-console/scripting.html new file mode 100644 index 0000000..4535121 --- a/dev/null +++ b/help/en/html/opie-console/scripting.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Scripting</title> + </head> + + <body> + <h1>Scripting</h1> + <P>In the 'Scripts' menu. You may start to record, save or run a script. + A script is a sequence of keys send to the remote system. This way + you do not need to know any shell scripting language.<br> + <P>If you want to record a 'script'. Choose 'Record Script' then type + the commands you want and once you're done click on 'Save Script'. + You'll be prompted to save the script and after you saved it you may + execute it any time later.<br> + <P>To Execute a script choose 'Run Script' you'll be prompted to select + a script and then you may execute it. + + + + </body> +</html> |