Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

get.com

You are here: irt.org | FOLDOC | get.com

<operating system> A command which can be created using debug in MS DOS to set the errorlevel according to which key is pressed. The errorlevel can then be interrogated from a batch file by a series of commands like this:

 get
 if errorlevel 118 goto E118
 if errorlevel 117 goto E117
 if errorlevel 116 goto E116
 if errorlevel 115 goto E115
 if errorlevel 114 goto E114

where E118 etc. are labels in the batch file.

(1996-02-01)

Nearby terms: GEST « Get a life! « Get a real computer! « get.com » getty » gf » GFDL

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb