The Doszip Commander version 2.21 available (Announce)
> And please, change to unixish paths like C:/FREEDOS/BIN into normal
> C:\FREEDOS\BIN
The unix path is set in the file dz\src\dzmain\panel.asm
Function dostounix in panel_putinfo:
ifdef __ARC__
test [si.wp_flag],_W_ARCHIVE or _W_ROOTDIR
jz @F
invoke strfcat, dx::ax, addr [si.wp_file], addr [si.wp_arch]
endif
@@:
invoke dostounix, dx::ax
Fix: (archives use unix path)
ifdef __ARC__
test [si.wp_flag],_W_ARCHIVE or _W_ROOTDIR
jz @F
invoke strfcat, dx::ax, addr [si.wp_file], addr [si.wp_arch]
invoke dostounix, dx::ax
endif
@@:
There is currently some problems with the new "full panel view" functions in v2.21:
- The mouse functions is not updated correctly
- The command line overlaps the panels on init (CLS)
Complete thread:
- The Doszip Commander version 2.20 available - nidud, 02.01.2012, 11:09 (Announce)
- The Doszip Commander version 2.21 available - nidud, 21.01.2012, 18:27
- The Doszip Commander version 2.21 available - Laaca, 27.01.2012, 15:27
- The Doszip Commander version 2.21 available - nidud, 27.01.2012, 20:50
- The Doszip Commander version 2.21 available - nidud, 27.01.2012, 22:15
- The Doszip Commander version 2.22 available - nidud, 28.01.2012, 16:14
- The Doszip Commander version 2.22 available - Laaca, 28.01.2012, 21:31
- The Doszip Commander version 2.22 available - nidud, 29.01.2012, 11:40
- The Doszip Commander version 2.23 available - nidud, 01.02.2012, 10:40
- The Doszip Commander version 2.22 available - Laaca, 28.01.2012, 21:31
- The Doszip Commander version 2.21 available - Laaca, 27.01.2012, 15:27
- The Doszip Commander version 2.21 available - nidud, 21.01.2012, 18:27