Jump to content
Muxe Inc Forums

Garl

Members
  • Content count

    757
  • Joined

  • Last visited

Everything posted by Garl

  1. Method of changing menu keys

    now you can only recompile resource about "F10=Exit" i talk with AH and have answer "in my todo list"
  2. [X] Preserve dir structure

    try copy current directory with enabled option "[X] Preserve dir structure" and have this: +------------- Fatal Error --------------+ ¦ ¦ ¦ Exception 0D9h at address 84bded06 ¦ ¦ in ? ¦ ¦ Line 0 ¦ ¦ Unhandled exception ¦ ¦ Please report to author: ¦ ¦ email: ho1459@bnhof.de ¦ ¦ ¦ +------[ Press a key to exit now ]-------+
  3. What programmimg language do you use for NDN?

    How about stable?
  4. Revolutionary way of exiting NDN ;-)

    Necromancer's Dos Navigator... Âåðñèÿ v2.15.8835/RUS (26-05-2006) WIN32 (W9x/WinNT) Based on Dos Navigator by RIT Labs. + WinXP Rus SP2 have no this bug!
  5. must be can you add convert from Dos to Win before show filenames into file panel?
  6. Incorrect show network names (Rus)

    no, i can enter only in english-names directories
  7. NDN2.15

    êà êóþ âåðñèþ NDN èñïîëüçîâà ë? W32 èëè D32 äà è íà äâîðå óæå åñòü Âåðñèÿ v2.15.8488/RUS (26-04-2006) WIN32 (W9x/WinNT) ïîïðîáóé íà íåé ÷òî ãîâîðèò cmd? â íåé òâîé KeyRus ðà áîòà åò? äà è ïðîáóéòå ïîæà ëóéñòà ïèñà òü íà à íãëèéñêîì (èáî ðà çðà áîò÷èê ïî ðóññêè íå â çóá íîãîé) what version do you use W32 or D32? try to test in last beta? do KeyRus work over cmd?
  8. win32 last beta + WinXp Prof Sp2 Rus i work with descriptions of .mp3 files left panel is ctrl-K (descr) how to repeat 1 make active left panel 2 make descriptions 3 set active right pannel (with lfn) 4 make durectory on rigth panel (with lfn ) 5 press "Tab" (make ative left pannel ╔═════════════ Fatal Error ══════════════╗ ║ ║ ║ Exception 0D8h at address 0fc191f2 ║ ║ in ? ║ ║ Line 0 ║ ║ Access violation ║ ║ Please report to author: ║ ║ email: ho1459@bnhof.de ║ ║ ║ ╚══════[ Press a key to exit now ]═══════╝ this is 9 time when i see this red error today
  9. new beta: 2.15.8193

    >> + Driveline drive letters depending on the drive type (Necromancer) >> -> FD (Removable), HD, LAN, CD/DVD, VFS D32 UNDER W98 HIGHLIT REMOVABLE DRIVE AS HD >> [*] stringsx.FStr now uses the better stringsx.FileSizeStr, which adds >> M/G/T to file sizes, therefore reduces space needed in some cases >> (driveline: Vladimir Bochkarev); how about show free space in info windiw (Ctrl-L) in Kb as old version or add more space and show free space in bytes(as wish)? >> [*] readded Fast Rename to ALT-F6 , File operations now work again... >> put "single file move" to Shift-F6 :P Thanks! Have Fun!
  10. Linux version

    à ÷åì ïîñëåäíèå äîáâà ëåíèÿ èñïðà âëåíèÿ â Linux âåðñèè íå íðà âÿòñÿ? (ïèøèòå íà èíãëèøå ïëèç, à òî ÷èòà þò ýòî âñ¸ äîáðî íå òîëüêî ðóññêèå )
  11. new beta: 2.15.8058

    ALT-F6 (Rename fast/quick rename): removed ALT-F6 (sorry Elfy) but i still press Alt-F6 to rename a file, Shift-F6 it is so slow... maybe ruturn Alt-F6 back ? (or add only in Russian Res.)
  12. Maybe add Ctrl-S hotkey to use this function on file panel? (Ctrl-S -now is free)
  13. User Menu Variables

    your >1 rar x !.! to $:$\ rar x !:!\!.! $:$\ [code] press F2 - (user menu) then press F1 (help) select "User_Menu" - press enter select "Filename_macros" - press enter enjoy help! Filename macros NDN gives you all possibilties to work with files in any way you want. Here's the complete list of macros that are available to access the files in the active and passive current file panel. NOTE: if one of the 2 panels does not contain valid files no string replacement will take place. ! - Name of file in active file panel ~! - Short name of file in active file panel $ - Name of file in passive file panel ~$ - Short name of file in passive file panel .! - Extension of file in active File Panel .!~- Short extension of file in active File Panel .$ - Extension of file in passive File Panel .$~- Short extension of file in passive File Panel !\ - Directory of file in active File Panel !~\- Short directory of file in active File Panel $\ - Directory of file in passive File Panel $~\- Short directory of file in passive File Panel !/ - Directory of file in active File Panel (without \) !~/- Short directory of file in active File Panel (without \) $/ - Directory of file in passive File Panel (without \) $~/- Short directory of file in passive File Panel (without \) !: - Drive of file in active File Panel $: - Drive of file in passive File Panel my example: [code] >1 >1 t~e~st >2 !!.!! = !.! Echo ------------- echo !!.!! echo !.! >2 $$.$$ = $.$ Echo ------------- echo $$.$$ echo $.$ >2 >2 SFN ~!!.!!~ = ~!.!~ Echo ------------- echo ~!!.!!~ echo ~!.!~ >2 SFN ~$$.$$~ = ~$.$~ Echo ------------- echo ~$$.$$~ echo ~$.$~ >2 >2 !!:!!\!!.!! = !:!\!.! Echo ------------- echo !!:!!\!!.!! echo !:!\!.! >2 $$:$$\$$.$$ = $:$\$.$ Echo ------------- Echo $$:$$\$$.$$ Echo $:$\$.$ >2 >2 LFN+SFN_PATH = !:!~\!.! Echo ------------- Echo !!:!!~\!!.!! = echo !:!~\!.! >2 LFN+SFN_PATH = $:$~\$.$ Echo ------------- Echo $$:$$~\$$.$$ = echo $:$~\$.$ >2 >2 SFN+SFN_PATH = !:!~\~!.!~ Echo ------------- echo !!:!!~\~!!.!!~ echo !:!~\~!.!~ >2 SFN+SFN_PATH = $:$~\~$.$~ Echo ------------- echo $$:$$~\~$$.$$~ echo $:$~\~$.$~ >2 >2 %1 (list of selected files on active panel) Echo -------%1 Type %1 >2 %2 (list of selected files on passive panel) Echo -------%2 Type %2
  14. rename - yes! (but if you dont understand otpions read F1) move to Panel Options ... hm? i like NDN as is :)
  15. Copy single file...

    it is "Gold" Words! Çîëîòûå Ñëîâà !
  16. Copy single file...

    in original DN(1.42) and DNOSP Shift-F7 it is Floppy Formatter in NDN2.00 -2.11B3 it is Calendar after 2.11B5 it is *FREE* DN2 - Shift-F7 is *FREE* i think we can use Shift-F7 , any ideas of other users?
  17. Copy single file...

    he-he :) i will Compare directories and have many selected files, how can i copy only one selected file and not break selection of other?
  18. little wish: maybe add checkbox to Options-Configuration-Confirmation dialog to run Macro? example: a have macro (Ctrl-K-A , Ctrl-Del , F2) and someone run it in editor :(
  19. he :blink: confirm! PS Hellow ALL!
  20. hallow everybody! i have win32 version and screen size 160 x 81 and more ... up to (213 x 108) BUT (Directories History),( File Edit History ),( File View History ) have only 11 lines and when i want to find some line i must use scroll all of 100 lines ... it is a lot of time maybe make zoom this window size automaticly and set 80..90% of current screen resolution? and set hotkey to go to next marked history line ... AH: it is possible?
  21. it's only wish! Thanks ;)
  22. Ctrl-C not run compare Directories dialog on Branch test it!
  23. DBF view search in All fields is crazy

    *maybe in todo list* i can not view DBF in WIN\KOI codepage \DBF it is big problem in NDN :(
  24. FTP-manager

    i want FTP too, also i want to use net shared folder like in WC (without cd \\server\data) ... and more "want" ... :P look at ToDo list ... and have a time to wait :ph34r:
×