Well, just completed vask for V8Power Tools.

http://up.lod.bz/V8Power/latest

Single line text input utility.

Features:
        
        Preset edit text.
        Time-out support. (/d)
        Control-C (on/off) (/c)
        Left/Right edit text panning.
        Global/Local input (V8 Framing Stuff)
        Width overriding. (5 - Screen Columns, very small max can reduce width 
to < 5) (/w)
        Max character count limiting. (1-127, adjust width if max < width) (/m)

        Esc to reset to preset.
        Left, Right, Home and End keys.
        PgUp, PgDn, Up and Down keys. (Special Movement).
        
Basic usage example w/timeout : 

@echo off
vecho /n /fYellow “Your Name? “
vask /c /d10 /fWhite /bBlue Jerome Shidel | set /p NAME=
if errorlevel 200 goto CTRLC
if errorlevel 1 goto TIMEOUT
vecho /a0x07 /p Hello there /s- ‘ “‘ /fWhite “%NAME%” /fGray ‘.”'
goto DONE
:CTRLC
:TIMEOUT
vecho /a7 /p Default user name %NAME% selected.
:DONE
set NAME=



------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to