The Doszip Commander version 3.04 available (Announce)
> There's still a problem with the navigation. I've "installed" dz.exe in
> directory C:\TEMP\DZ32. After dz.exe has been launched, I cannot leave this
> directory - navigating to the ".." and then pressing ENTER is ignored. If I
> change the drive to D: or any other drive, navigation is no problem.
>
Same thing happens here -- drive C is FAT32, and the rest is NTFS
Also, the "CD .." do not always work -- you may have to repeat the command
chdir():
.if SetCurrentDirectory(directory)
.if GetCurrentDirectory(WMAXPATH+1,addr abspath)
mov al,abspath
.if al <= 'z' && al >= 'a'
sub al,'a' - 'A'
.endif
mov env_var[0],'='
mov env_var[1],al
mov env_var[2],':'
mov env_var[3],0
.if SetEnvironmentVariable(addr env_var,addr abspath)
todo..
> Another issue is the keyboard interface. If I try to enter a backslash, the
> key is ignored. On a German keyboard, to enter a backslash you have to
> press and hold Alt-Gr ( which is the RIGHT alt key ), then enter another
> key.
Yes, the Alt-Gray key is a problem
The scan-keys that are hooked up are:
03 04 05...08 09 0A 0B...1B 0D
...
0340 at
04A3 sterling
0524 dollar
087B braceleft
095B bracketleft
0A5D bracketright
0B7D braceright
1B7E asciitilde
0DB4 acute
This also needs to be fixed somehow..
Complete thread:
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 13:40 (Announce)
- The Doszip Commander version 2.50 available - Japheth, 28.09.2013, 20:56
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 21:36
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 22:09
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 11:36
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:08
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 19:51
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 21:07
- The Doszip Commander version 2.50 available - Japheth, 30.09.2013, 15:48
- The Doszip Commander version 2.50 available - nidud, 01.10.2013, 11:21
- The Doszip Commander version 2.50 available - Japheth, 02.10.2013, 08:26
- The Doszip Commander version 2.50 available - nidud, 02.10.2013, 09:44
- The Doszip Commander version 2.50 available - nidud, 02.10.2013, 10:33
- The Doszip Commander version 3.04 available - nidud, 02.10.2013, 20:44
- The Doszip Commander version 3.04 available - Japheth, 03.10.2013, 03:58
- The Doszip Commander version 3.04 available - nidud, 03.10.2013, 11:26
- The Doszip Commander version 3.05 available - nidud, 03.10.2013, 18:18
- The Doszip Commander version 3.05 available - Japheth, 04.10.2013, 06:46
- The Doszip Commander version 3.05 available - nidud, 04.10.2013, 09:15
- The Doszip Commander version 3.06 available - nidud, 04.10.2013, 22:26
- The Doszip Commander version 3.08 available - nidud, 09.10.2013, 12:39
- The Doszip Commander version 3.08 available - Rugxulo, 10.10.2013, 00:26
- The Doszip Commander version 3.08 available - nidud, 11.10.2013, 00:40
- The Doszip Commander version 3.08 available - Rugxulo, 10.10.2013, 00:26
- The Doszip Commander version 3.05 available - Japheth, 04.10.2013, 06:46
- The Doszip Commander version 3.04 available - Japheth, 03.10.2013, 03:58
- The Doszip Commander version 2.50 available - Japheth, 02.10.2013, 08:26
- The Doszip Commander version 2.50 available - nidud, 01.10.2013, 11:21
- The Doszip Commander version 2.50 available - Japheth, 30.09.2013, 15:48
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 21:07
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 19:51
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:31
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:08
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 21:36
- The Doszip Commander version 2.50 available - Japheth, 28.09.2013, 20:56