Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 44)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#20 fixed list command key 'I' crashes 4os2 Steven Levine andi.b
Description

f.i. 'list config.sys' then hit key 'I' for file info gives crash -

11-01-2013  13:25:59  SYS3175  PID 00fb  TID 0001  Slot 0175
P:\4OS2\4OS2.EXE
c0000005
0004c077
P1=00000001  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000000  EBX=fffffff8  ECX=ffffffff  EDX=7fffffff
ESI=0007be38  EDI=00000000  
DS=0053  DSACC=f0f3  DSLIM=ffffffff  
ES=0053  ESACC=f0f3  ESLIM=ffffffff  
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:0004c077  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:0007adfc  SSACC=f0f3  SSLIM=ffffffff
EBP=fffffff8  FLG=00010246

4OS2.EXE 0002:0002c077

Other keys work. Maybe related to LFS extensions but no one reported this till now.

#19 fixed bldlevel string for some .exe and .dll not correct andi.b
Description

Buildlevel information of -

shralias.exe option2.exe keystack.exe jpos2dll.dll

Revision: is '3.08.y'

.y is wrong.

#17 invalid Wildcard XCOPY operations interrupted when quotes are present in filenames Steven Levine Lewis Rosenthal
Description

Command line under 4OS2 3.08 & result:

[j:\images] xcopy g:\temp\*.pdf .

Source files are being read...

SYS1186: XCOPY cannot access the source file.
Source files are being read...

SYS1186: XCOPY cannot access the source file.
Source files are being read...

SYS1186: XCOPY cannot access the source file.
Source files are being read...

G:\temp\Federal 941 3Q 2012 Employer's Quarterly Federal Tax Return.pdf

1 file(s) copied.

Run under CMD:

[J:\images]xcopy g:\temp\*.pdf .

Source files are being read...

G:\temp\Federal 941 3Q 2012 Employer's Quarterly Federal Tax Return.pdf
G:\temp\Virginia VA-5 2012-09 Employer's Return of Income Tax Withheld.pdf
G:\temp\Virginia VEC-FC-20 3Q 2012 Employer's Quarterly Tax Report.pdf
G:\temp\Virginia VEC-FC-21 3Q 2012 Employer's Quarterly Payroll Report.pdf

4 file(s) copied.

Command line under 4OS2 2.08 (again), with quotes around the wildcard spec:

[j:\images] xcopy "g:\temp\*.pdf" .

Source files are being read...

G:\temp\Federal 941 3Q 2012 Employer's Quarterly Federal Tax Return.pdf
G:\temp\Virginia VA-5 2012-09 Employer's Return of Income Tax Withheld.pdf
G:\temp\Virginia VEC-FC-20 3Q 2012 Employer's Quarterly Tax Report.pdf
G:\temp\Virginia VEC-FC-21 3Q 2012 Employer's Quarterly Payroll Report.pdf

4 file(s) copied.

(COPY works as expected with the wildcard and no quotes, successfully transferring each file.)

Unfortunately, it's not always possible to know when one may encounter stray quotes in filenames, particularly when files have been created on other platforms or by people who are not aware of the implications of such things on the command line. This means that until/unless this issue is addressed, it is always necessary to surround wildcard paths in quotations or use COPY instead of XCOPY (not sure offhand what other commands might be impacted by this).

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