Custom Query (44 matches)
Results (1 - 3 of 44)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#3 | fixed | \DEV\$ type operations fail | ||
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
e:\[2]copy wrnd32$ w.log \DEV\WRND32$ => E:\w.log
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/ |
|||
#4 | fixed | TitleIsCurDir=No - does not work | ||
Description |
There are a couple of issues with your TitleIsCurDir mods. It appears that the OptionIsCurDir setting is not always honored. With 4os2.ini set to try
Part of the reason this occurs is because you are using gpIniptr->ChangeTitle before the default ini file has been processed. However, correcting this may not be sufficient to resolve the issue. I need to do more testing. Also, both title_cmd and window_cmd should should restore gaInifile.TitleIsCurDir to its initial value before exiting. It might be better to localize the setting by passing it to update_task_list() as an argument. |
|||
#7 | fixed | New session always opened in primary CP | ||
Description |
Hi/2. Even though CP is changed to the secondary one by CHCP, a new session is started in primary CP. |