home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2103.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.7 KB  |  96 lines

  1. This isn't much different from the last report. Everything that ran then
  2. stiill runs. I can't get ZScript v1.04 (Windows software PostScript
  3. interpreter)to print the PS files output from E/D. A few apps run more
  4. stabley like Word 5.1 & KidPix v1.0. Kid Pix is much improved and saved files
  5. can be recalled without flaws or crashes. 
  6.  
  7. Beginning with system information:
  8.  
  9. Micronics VL motherboard with Intel DX4-100 Overdrive, 64megs ram
  10. Diamond Stealth DRAM VL 2meg Video Card-Vesa v1.2
  11.  
  12. Config sys:
  13.  
  14. device=c:\qemm\dosdata.sys
  15. DEVICE=C:\DOS\SETVER.EXE
  16. DEVICE=C:\QEMM\QEMM386.SYS FRAME=EC00 RAM ST:M XST=C000 X=A000-C7FF
  17. X=D900-DB7F ARAM=DB80-DBFF EMB=65536 R:4
  18. device=c:\qemm\dos-up.sys @c:\qemm\dos-up.dat
  19. DOS=HIGH
  20. SHELL=C:\QEMM\LOADHI.COM /R:1 C:\DOS\COMMAND.COM /P /E:1024
  21. FILES=15
  22. BUFFERS=10,0
  23. STACKS=18,512
  24. FCBS=1
  25. LASTDRIVE=J
  26. DEVICE=C:\STACKER\DPMS.EXE
  27. DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=25664 C:\STACKER\STACHIGH.SYS
  28. DEVICE=C:\OADDOS\DOSCFG.EXE /L=001 /M1 /V 
  29. DEVICE=C:\OADDOS\DOSOAD.SYS /L=001        
  30. device=c:\qemm\loadhi.sys /r:1 /size=6176 c:\dos\ramdrive.sys /e
  31. DEVICE=C:\QEMM\LOADHI.SYS /R:1 /SIZE=4848 C:\DOS\IFSHLP.SYS
  32. DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=14192 C:\SBCD\SBCD.SYS /D:MSCD001 /P:250
  33. /T:2 /S:A0
  34.  
  35. Autoexec.bat:
  36.  
  37. @ECHO OFF
  38. C:\QEMM\LOADHI /R:2 C:\DOS\MSCDEX.EXE /D:MSCD001 /M:25 /V /E
  39. SET BLASTER=A220 I5 D1 T4
  40. SET SOUND=C:\SBPRO
  41. C:\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:12
  42. C:\QEMM\LOADHI /R:1 C:\QEMM\FILES=+35
  43. c:\stacker\stacker H:
  44. c:\qemm\loadhi /r:1 /res=21056 /sqt=d900-daff C:\MOUSE\mouse.com nocenhance
  45. c:\qemm\loadhi /r:1 /res=33568 /sqt=d900-daff c:\dos\smartdrv.exe /v 2048 128
  46.  
  47. PROMPT $p$g
  48. PATH
  49. C:\DOS;C:\;C:\WINDOWS;C:\QEMM;C:\STACKER;C:\OADDOS;C:\BAT;C:\UTIL;D:\ALDUS;D:\
  50. USPC
  51. rem MD I:\temp
  52. SET TEMP=d:\TEMP
  53. SET TMP=d:\TEMP
  54. SET NU=C:\UTIL\NU
  55. SET SYMANTEC=C:\SYMANTEC
  56. @SET OAD_DRIVER = C:\OADDOS 
  57. @SET OAD_UTILITY = C:\OADDOS 
  58. SET MOUSE=C:\MOUSE
  59. SET USPC=D:\USPC
  60. C:\STACKER\CHECK /WP
  61. C:\UTIL\S64DMODE MONITOR
  62. rem geo
  63. c:\windows\win :
  64.  
  65. Running Executor/Dos v1.99p3 with MS-Dos 6.22 and WFW 3.11 w/Zcript v1.04
  66. software PostScript interpreter.
  67. Note:for this report E/D was run inside Windows
  68.  
  69. Batch file used to start E/D:
  70.  
  71. @echo off
  72. cls
  73. C:
  74. cd \
  75. d:
  76. cd \executor                  
  77. executor -oldtimer -nosplash -noclock -memory 30M -size 800x600
  78. echo You have run the MAC once.
  79. echo If you do NOT want to run the MAC again,
  80. echo press CTRL/C NOW! Otherwise...
  81. pause
  82. cls
  83. executor -oldtimer -nosplash -noclock -memory 30M -size 800x600
  84. echo You have run the MAC twice.    
  85. echo If you do NOT want to run the MAC again,
  86. echo press CTRL/C NOW! Otherwise...
  87. pause
  88. cls
  89. executor -oldtimer -nosplash -noclock -memory 30M -size 800x600
  90. echo You have run the Color MAC for the third and last time, 
  91. echo to run it again type "MAC" at the DOS Prompt
  92. pause
  93. cls
  94.  
  95.  
  96.