Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#22 invalid change config.sy call to run abwillis
Description

I am suggesting changing the call statement for the cachef32 in config.sys be changed to run.

Index: lib/fat32_010.wis
===================================================================
--- lib/fat32_010.wis	(revision 197)
+++ lib/fat32_010.wis	(working copy)
@@ -148,7 +148,7 @@
   SELECT
   NODESELECT
   CONFIGSYS="SET PATH=$(3);|ADDRIGHT"
-  CONFIGSYS="call=$(3)\cachef32.exe /f /p:2 /m:50000 /b:250 /d:5000 | UNIQUE(cachef32.exe) ADDAFTER(fat32.ifs)"
+  CONFIGSYS="run=$(3)\cachef32.exe /f /p:2 /m:50000 /b:250 /d:5000 | UNIQUE(cachef32.exe) ADDAFTER(fat32.ifs)"
 >
 </PCK>
 

#32 fixed Encoding conversion from Unicode to others Andreas Schnellbacher
Description

The encoding from Windows UTF-16LE to ibm-850 with recode.exe works well. But the implementation in NEPMD reverts the file in binary (BIN) mode.

The converted file is pure ASCII. On closing that and loading it again, the TEXT mode is assigned. Apparently it is tried to keep the previous mode.

#33 fixed On opening the Command box, window scrolls to current cursor pos. Andreas Schnellbacher
Description

Add the workaround 'VSyncCursor' here.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.