home *** CD-ROM | disk | FTP | other *** search
- ;==================================================================
- ; AutoCAD Users Group of San Diego
- ; AutoCAD Benchmark Test Version 1.1
- ; Developed by: Christopher James DeLucchi
- ; not copyrighted, distribute freely
- ;==================================================================
- (SETVAR "CMDECHO" 0)
- (SETQ D1 (GETSTRING T "Computer brand: ")
- D2 (GETSTRING T "Computer model: ")
- D3 (GETSTRING T "CPU model: ")
- D4 (GETSTRING T "CPU speed: ")
- D5 (GETSTRING T "Wait states: ")
- D6 (GETSTRING T "Hard disk size in Mb.: ")
- D7 (GETSTRING T "Hard disk access time in Ms.: ")
- D8 (GETSTRING T "Math coprocessor model: ")
- D9 (GETSTRING T "Math coprocessor speed in MHz: ")
- D10 (GETSTRING T "Main RAM - in Kb.: ")
- D11 (GETSTRING T "Expanded/Extended Memory - in Mb. if applicable: ")
- D12 (GETSTRING T "1st video board brand: ")
- D13 (GETSTRING T "1st video board model: ")
- D14 (GETSTRING T "2nd video board brand if applicable: ")
- D15 (GETSTRING T "2nd video board model if applicable: ")
- D16 (GETSTRING T "AutoCAD Version/Release: ")
- D17 (GETSTRING T "CONFIG.SYS BUFFERS - DOS systems only: ")
- D18 (GETSTRING T "CONFIG.SYS FILES - DOS systems only: ")
- D19 (GETSTRING T "ACADFREERAM - DOS systems only: ")
- D20 (GETSTRING T "Comments: ")
- D21 (GETSTRING T "Filename to save report - no extension: ")
- D21 (STRCASE D21 T)
- V "1.1"
- T (RTOS (GETVAR "CDATE"))
- )
- (COMMAND "SCRIPT" "bm-acad")