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 2.21 available (Announce)

posted by nidud E-mail, Norway, 27.01.2012, 22:15

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

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