To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
read label EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
read label Example
10 CLEAR SCREEN
20 MASS STORAGE IS "d:"
30 READ LABEL Id$
40 READ LABEL Id2$ FROM "c:"
50 PRINT SYSTEM$("MSI");Id$,"C:\";Id2$
60 END