home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 August
/
Chip_1999-08_cd.bin
/
sharewar
/
visds
/
Infotest.DSC
< prev
next >
Wrap
Text File
|
1999-05-02
|
557b
|
13 lines
rem Test @SYSINFO function
title System Information
%D = VDS version@tab()= @SYSINFO(DSVER)
%W = Windows version@tab()= @SYSINFO(WINVER)
%X = Temp directory@tab()= @ENV(TEMP)
%Y = Windows directory@tab()= @WINDIR()
%Z = System directory@tab()= @windir(s)
%V = DOS path @tab()= @ENV(PATH)
%M = Free memory@tab()= @SYSINFO(FREEMEM)Kb
%S = Screen width@tab()= @SYSINFO(SCREENWIDTH)
%H = Screen height@tab()= @SYSINFO(SCREENHEIGHT)
%P = Pixels per inch@tab()= @SYSINFO(PIXPERIN)
info %D@CR()%W@CR()%X@CR()%Y@CR()%Z@CR()%V@CR()%M@CR()%S@CR()%H@CR()%P