|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
sfk prompt [text]
get user input and pass it to the next command
in the command chain. text formatting is possible
using [Red] or [def], for details see sfk echo.
default since sfk 1.9 is to convert typed chars
from the current OEM to Ansi codepage.
options
-nocconv do not convert input from dos
to ansi codepage.
examples
sfk -var prompt "enter your name" +setvar name
+tell "hello #(name)"
ask the user to enter his name, then store
it in variable name, and say hello.
sfk prompt [text]
get user input and pass it to the next
command in the command chain. text
formatting is possible using [Red] or [def],
for details see sfk echo.
default since sfk 1.9 is to convert
typed chars from the current OEM to Ansi
codepage.
options
-nocconv do not convert input from dos
to ansi codepage.
examples
sfk -var prompt "enter your name"
+setvar name
+tell "hello #(name)"
ask the user to enter his name, then
store it in variable name, and say
hello.
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


