Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 44)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#3 fixed \DEV\$ type operations fail somebody Abwillis
Description

e:\[2]type wrnd32$ SYS0005: Access is denied. "\DEV\WRND32$" e:\[0]type alsahlp$ SYS0005: Access is denied. "\DEV\ALSAHLP$"

e:\[2]copy alsahlp$ a.log \DEV\ALSAHLP$ => E:\a.log

1 file copied

e:\[2]copy wrnd32$ w.log \DEV\WRND32$ => E:\w.log

1 file copied

e:\[0]ver /r

4OS2 3.04H OS/2 Version is 4.50 4OS2 Revision H (159) OS/2 Revision A Copyright (c) 1988-2002 JP Software, Inc -- http://jpsoft.com/ SciTech? Edition -- not supported by JP Software, Inc. Built with Open Watcom C/C++ -- http://www.openwatcom.org/

#6 fixed shift - insert paste Gregg Young Abwillis
Description

Shift - insert paste enhancement request.

#9 fixed @eawrite[] does not remove EA Gregg Young Anton Monroe
Description

Passing a null string to @eawrite is supposed to remove the EA. Instead, it keeps the EA and sets the length to 0.

set ret=%@eawrite[file,.SUBJECT,the subject] set ret=%@eawrite[file,.SUBJECT,] <--4OS2 thinks the EA is gone

Rexx shows the whole EA--

set ret=%@rexx[call SysGetEA 'file','.SUBJECT','EAval' ; parse var EAVal EAhdr +2 EAlen +2 EAstr ; say ' [REXX] EA == "'c2x(EAhdr)'" "'c2x(reverse(EAlen))'" "'EAstr'"']

I noticed it because I was getting error messages from FC/2 about invalid EAs when copying files from an NDFS drive. I don't know the 4OS2 EAs were the cause, but FC/2 has not complained since I cleaned out all the empty EAs.

I suspect the fix would be just a matter of passing 0 to DosSetPathInfo? instead of the length of the empty EA header.

A workaround is to use Rexx to delete the EA--

set ret=%@rexx[call SysPutEA "%filename", %EAname,]

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