Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

The Doszip Commander version 3.04 available (Announce)

posted by nidud E-mail, Norway, 03.10.2013, 11:26

> 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:

Back to the forum
Board view  Mix view
22632 Postings in 2109 Threads, 402 registered users, 392 users online (0 registered, 392 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum