Inhalt
Topic:.JZcmd.interact.
A JZcmd script is intended as batch script firstly. For example its subroutines can be used inside a Graphical User Interface as action code. Though a minimal interaction is designated which may be important for simple user quests for a batch. Besides it is possible to open a graphical application within a JZcmd script.
String input = jzcmd.getstdinput(): Getting input from console
Topic:.JZcmd.interact.
.
Topic:.JZcmd.interact.stdinp.
It gets a line typed with keyboard.
String input = jzcmd.getstdinput()