forked from KolibriOS/kolibrios
Upload NDN (Necromancer's Dos Navigator) by CandyMan
Eolite: always show disk path in the sidebar git-svn-id: svn://kolibrios.org@9361 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
eaf820eb2c
commit
9b12ffd9b1
@ -9,9 +9,9 @@ TODO:
|
|||||||
http://board.kolibrios.org/viewtopic.php?f=23&t=4521&p=77334#p77334
|
http://board.kolibrios.org/viewtopic.php?f=23&t=4521&p=77334#p77334
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ABOUT_TITLE "EOLITE 5.14"
|
#define ABOUT_TITLE "EOLITE 5.15"
|
||||||
#define TITLE_EOLITE "Eolite File Manager 5.14"
|
#define TITLE_EOLITE "Eolite File Manager 5.15"
|
||||||
#define TITLE_KFM "Kolibri File Manager 2.14";
|
#define TITLE_KFM "Kolibri File Manager 2.15";
|
||||||
|
|
||||||
#define MEMSIZE 1024 * 250
|
#define MEMSIZE 1024 * 250
|
||||||
#include "../lib/clipboard.h"
|
#include "../lib/clipboard.h"
|
||||||
|
@ -99,13 +99,7 @@ void _SystemDiscs::Draw()
|
|||||||
DefineHiddenButton(draw_x,draw_y,159,16,100+i);
|
DefineHiddenButton(draw_x,draw_y,159,16,100+i);
|
||||||
if (show_dev_name.checked)
|
if (show_dev_name.checked)
|
||||||
{
|
{
|
||||||
if (dev_name[1]=='t') {
|
|
||||||
chrcat(#disc_name, dev_name[4]);
|
|
||||||
} else if (dev_name[1]=='f') {
|
|
||||||
if (dev_name[3]!='/') chrcat(#disc_name, dev_name[3]);
|
|
||||||
} else {
|
|
||||||
strcat(#disc_name, #dev_name);
|
strcat(#disc_name, #dev_name);
|
||||||
}
|
|
||||||
if (is_active) WriteText(draw_x+30,draw_y+5,0x80,0x555555,#disc_name);
|
if (is_active) WriteText(draw_x+30,draw_y+5,0x80,0x555555,#disc_name);
|
||||||
WriteText(draw_x+29,draw_y+5,0x80,0,#disc_name);
|
WriteText(draw_x+29,draw_y+5,0x80,0,#disc_name);
|
||||||
//if (is_active) kfont.bold = true;
|
//if (is_active) kfont.bold = true;
|
||||||
|
BIN
programs/fs/ndn/COLORS/AH.PAL
Normal file
BIN
programs/fs/ndn/COLORS/AH.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/APOMETRN.PAL
Normal file
BIN
programs/fs/ndn/COLORS/APOMETRN.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/BLUE.PAL
Normal file
BIN
programs/fs/ndn/COLORS/BLUE.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/BW.PAL
Normal file
BIN
programs/fs/ndn/COLORS/BW.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/DARK.PAL
Normal file
BIN
programs/fs/ndn/COLORS/DARK.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/DEFAULT.PAL
Normal file
BIN
programs/fs/ndn/COLORS/DEFAULT.PAL
Normal file
Binary file not shown.
16
programs/fs/ndn/COLORS/DESCRIPT.ION
Normal file
16
programs/fs/ndn/COLORS/DESCRIPT.ION
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
file_id.diz Directory information...
|
||||||
|
BW.PAL Default B/W palette
|
||||||
|
DARK.PAL Dark palette...
|
||||||
|
DEFAULT.PAL Default color palette...
|
||||||
|
DOSSHELL.PAL Microsoft DOSSHELL...
|
||||||
|
MONO.PAL Default mono palette...
|
||||||
|
NORTON.PAL Norton Commander...
|
||||||
|
PCTOOLS.PAL PCTools/Norton Utilities...
|
||||||
|
VAX.PAL Green mode palette (Energy Star support)...
|
||||||
|
BLUE.PAL Nice blue palette
|
||||||
|
DESCRIPT.ION Files description...
|
||||||
|
AH.PAL Angels Holocaust's palette
|
||||||
|
STRELOK.PAL Unknown user contribution
|
||||||
|
TURBO.PAL Turbo Tools
|
||||||
|
FAR.PAL FAR Manager...
|
||||||
|
APOMETRN.PAL Colors by Apometron
|
BIN
programs/fs/ndn/COLORS/DOSSHELL.PAL
Normal file
BIN
programs/fs/ndn/COLORS/DOSSHELL.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/FAR.PAL
Normal file
BIN
programs/fs/ndn/COLORS/FAR.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/FAR2.PAL
Normal file
BIN
programs/fs/ndn/COLORS/FAR2.PAL
Normal file
Binary file not shown.
1
programs/fs/ndn/COLORS/FILE_ID.DIZ
Normal file
1
programs/fs/ndn/COLORS/FILE_ID.DIZ
Normal file
@ -0,0 +1 @@
|
|||||||
|
External Color palettes for Dos Navigator
|
BIN
programs/fs/ndn/COLORS/GARL.PAL
Normal file
BIN
programs/fs/ndn/COLORS/GARL.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/GRAY.PAL
Normal file
BIN
programs/fs/ndn/COLORS/GRAY.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/MONO.PAL
Normal file
BIN
programs/fs/ndn/COLORS/MONO.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/NORTON.PAL
Normal file
BIN
programs/fs/ndn/COLORS/NORTON.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/PCTOOLS.PAL
Normal file
BIN
programs/fs/ndn/COLORS/PCTOOLS.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/STRELOK.PAL
Normal file
BIN
programs/fs/ndn/COLORS/STRELOK.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/TURBO.PAL
Normal file
BIN
programs/fs/ndn/COLORS/TURBO.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/VAX.PAL
Normal file
BIN
programs/fs/ndn/COLORS/VAX.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/COLORS/VAX2.PAL
Normal file
BIN
programs/fs/ndn/COLORS/VAX2.PAL
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ENGLISH.DLG
Normal file
BIN
programs/fs/ndn/ENGLISH.DLG
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ENGLISH.HLP
Normal file
BIN
programs/fs/ndn/ENGLISH.HLP
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ENGLISH.LNG
Normal file
BIN
programs/fs/ndn/ENGLISH.LNG
Normal file
Binary file not shown.
398
programs/fs/ndn/HGROUPS.INI
Normal file
398
programs/fs/ndn/HGROUPS.INI
Normal file
@ -0,0 +1,398 @@
|
|||||||
|
[Group #1]
|
||||||
|
IsDir=1
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=2
|
||||||
|
Color=143
|
||||||
|
Mask=*;*.*;
|
||||||
|
|
||||||
|
[Group #2]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=1
|
||||||
|
Color=196
|
||||||
|
Mask=u.bat;ntde1ect.com;
|
||||||
|
|
||||||
|
[Group #3]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=1
|
||||||
|
Color=196
|
||||||
|
Mask=tmp.ini;
|
||||||
|
|
||||||
|
[Group #4]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=3
|
||||||
|
Color=128
|
||||||
|
Mask=config.sys;?utoexec.bat;msdos.sys;win.ini;system.ini;dosstart.bat;hgroups.ini;*dn.ini;archiver.ini;1cv7.mlg;autorun.inf;msbatch.inf;oeminfo.ini;oemlogo.bmp;*.efd;wcx_ftp.ini;*.dd;*.mft;ftp.ini;
|
||||||
|
|
||||||
|
[Group #5]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=4
|
||||||
|
Color=139
|
||||||
|
Mask=unpacked.exe;*.bat;*.cmd;*.vbe;*.jse;*.wsh;*.job;*.vbs;*.wsf;*.msc;*.js;*.msu;
|
||||||
|
|
||||||
|
[Group #6]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=5
|
||||||
|
Color=132
|
||||||
|
Mask=*.vdb;*.avc;*.pwl;java.security;
|
||||||
|
|
||||||
|
[Group #7]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=5
|
||||||
|
Color=140
|
||||||
|
Mask=ImageDB.dtf;~*.*;*.nu<;*.ffl;*.da?;*.ok;*.ago;*.00b;*.vwu;*.evi;*.¨¥;*.iti;*.prv;*.brk;*.bor;cache.its;*.fm;*.ess;*.cpy;dbedit.opt;
|
||||||
|
|
||||||
|
[Group #8]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=6
|
||||||
|
Color=139
|
||||||
|
Mask=*.com;*.exe;*.dmg;
|
||||||
|
|
||||||
|
[Group #9]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=7
|
||||||
|
Color=139
|
||||||
|
Mask=*.pif;*.lnk;*.btm;*.cgi;*.msi;*.scf;*.grp;*.cdf;*.isu;*.rdp;
|
||||||
|
|
||||||
|
[Group #10]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=8
|
||||||
|
Color=43
|
||||||
|
Mask=*.apk;*.vxp
|
||||||
|
|
||||||
|
[Group #11]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=9
|
||||||
|
Color=138
|
||||||
|
Mask=*.rar;*.?zip;*.arc;*.bsa;*.bs2;*.arj;*.lzh;*.hyp;*.chz;*.ha;*.sqz;*.zoo;*.hap;*.ice;*.pak;*.lim;*.ha;*.uc2;*.ain;*.lha;*.tar;*.tdr;*.cab;*.ace;*.hpk;*.gz;*.tgz;*.acb;*.ufa;*.jar;*.q;*.lib;*.bsz;*.mar;*.is3;*.dwc;*.z;*.upx;*.7z;*.xpi;*.xz
|
||||||
|
|
||||||
|
[Group #12]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=9
|
||||||
|
Color=138
|
||||||
|
Mask=*.a<<;*.r<<;*.z<<;*.yc;*.?xf;*.c0*;*.exa;*.wal;*.wsz;*.itz;*.cod;*.??_;*.rjs;*.sbs;*.zip;*.eri;*.bh;*.ppm;*.bix;*.imp;*.xxe;*.mime;*.rk;*.ybs;*.pex;*.fcd;*.esp;*.x;*.npa;*.dsz;*.pkz;*.tcc;*.pk;*.bsn;*.jrc;*.boa;*.avt;*.bz2;*.acl;*.kmz;
|
||||||
|
|
||||||
|
[Group #13]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=10
|
||||||
|
Color=138
|
||||||
|
Mask=*.sky;*.pk3;*.dps;*.uha;*.lzk;*.die*;*.qab;*.taz;*.$z;*.j;*.aci;*.aic;*.777;*.b58;*.doi;*.war;*.gob;*.zfs;*.zwp;*.wdt;*.zmp;*.rpm;*.001;*.bzip2;*.cpio;*.deb;*.fat;*.hfs;*.izma;*.ntfs;*.squashfs;*.swm;*.tbz*;*.tpz;*.txz;*.xar;
|
||||||
|
|
||||||
|
[Group #14]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=11
|
||||||
|
Color=138
|
||||||
|
Mask=*.arg;*.arq;*.gas;*.gfe;*.lzss;*.lzs;*.oop;*.ows;*.ark;*.qrk;*.r8;*.sar;*.twf;*.sbc;*.pdz;*.pks;*.lz;*.crf;*.lzw;*.sac;*.xdf;*.ar;*.apm;*.eli;*.ari;*.put;*.sof;*.yac;*.pll;*.x1;*.arx;*.zar;*.psa;*.cpz;*.dpa;*.sb;*.asd;*.bvi;*.abp;*.exp;*.jam;*.kbo;
|
||||||
|
|
||||||
|
[Group #15]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=12
|
||||||
|
Color=138
|
||||||
|
Mask=*.cbk;*.kgb;*.bag;*.bli;*.cru;*.lza;*.lzo;*.lzx;*.qfc;*.sit;*.ue2;*.wra;*.zz;*.las;*.cbr;
|
||||||
|
|
||||||
|
[Group #16]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=13
|
||||||
|
Color=42
|
||||||
|
Mask=*.uue;*.iso;*.img;*.ima;*.imz;*.wbt;*.cue;*.nrg;*.ccd;*.sub;*.gho;*.ghs;*.tib;*.mds;*.cdi;*.pdi;*.b5t;*.isz;*.bwt;*.wim;*.vdi;*.vhd;
|
||||||
|
|
||||||
|
[Group #17]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=14
|
||||||
|
Color=129
|
||||||
|
Mask=*.avi;*.flc;*.smk;*.fli;*.rm;*.mpg*;*.mpe;*.mpeg;*.swf;*.mov;*.mp4;*.bne;*.vob;*.wmv;*.scm;*.cmk;*.asf;*.3gp*;*.uvf;*.bik;*.m4a;*.flv;*.mkv;*.pva;*.mtv;*.m2ts
|
||||||
|
|
||||||
|
[Group #18]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=15
|
||||||
|
Color=137
|
||||||
|
Mask=*.pcx;*.pic;*.gif;*.rle;*.ico;*.jpg;*.tif;*.tga;*.png;*.psd;*.cdr;*.wmf;*.bmp;*.iff;*.lbm;*.jpe?;*.bup;*.cel;*.msp;*.dib;*.cur;*.ani;*.gmp;*.mia;*.mhi;*.crw;*.nef;*.dds;*.mbm;*.ecw;*.webp;*.svg;
|
||||||
|
|
||||||
|
[Group #19]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=16
|
||||||
|
Color=25
|
||||||
|
Mask=*.orf
|
||||||
|
|
||||||
|
[Group #20]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=17
|
||||||
|
Color=137
|
||||||
|
Mask=*.mid*;*.it*;*.fc*;*.mp<;*.bp*;*.ra*;*.cus*;*.fla*;*.mda?;*.ym;*.ay;*.sd;*.ti;*.da;*.au;*.rv;*.v8;*.m;*.rmi;*.xmi;*.sid?;*.bah;*.bal;*.dav;*.m4b;*.tta;
|
||||||
|
|
||||||
|
[Group #21]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=18
|
||||||
|
Color=137
|
||||||
|
Mask=*.hsc;*.hsp;*.imf;*.wlf;*.ksm;*.laa;*.mkj;*.mtk;*.rol;*.s3m;*.sa2;*.sat;*.sci;*.sng;*.xad;*.aac;*.cda;*.pac;*.mt2;*.a2m;*.amr;*.imy;*.acm;*.spx;
|
||||||
|
|
||||||
|
[Group #22]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=19
|
||||||
|
Color=137
|
||||||
|
Mask=*.mod;*.kar;*.hmp;*.hmi;*.mss;*.mus;*.gmd;*.miz;*.hmz;*.669;*.mdz;*.stm;*.stz;*.s3z;*.mtm;*.ult;*.nst;*.med;*.dbm;*.ape;*.bp;*.bp3;*.fc<<;*.v2m;*.wv;*.tfm*;*.sfk;
|
||||||
|
|
||||||
|
[Group #23]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=20
|
||||||
|
Color=137
|
||||||
|
Mask=*.mac;*.apl;*.nsf;*.hip;*.mon;*.dm2;*.ofr;*.rka;*.shn;*.sap;*.rnx;*.m<v;*.ahx;*.amd;*.bam;*.mmf;*.nez;*.nsz;*.nsd;*.kss;*.gbr;*.gbs;*.hes;*.cpc;
|
||||||
|
|
||||||
|
[Group #24]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=21
|
||||||
|
Color=137
|
||||||
|
Mask=*.zxs;*.wav;*.far;*.mdf;*.ogg;*.svx;*.vox;*.ivc;*.pat;*.sds;*.sfr;*.dig;*.mxm;*.umx;*.mo3;*.xm;*.dmf;*.rss;*.rsm;*.ala?;
|
||||||
|
|
||||||
|
[Group #25]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=22
|
||||||
|
Color=137
|
||||||
|
Mask=*.snd;*.ams;*.wow;*.okt;*.ptm;*.mdl;*.vqf;*.amf;*.dah;*.dal;*.daw;*.oaf;*.voc;*.wma;*.aif;*.ac3;*.mpc;*.cmf;*.d00;*.psm;*.jp2;
|
||||||
|
|
||||||
|
[Group #26]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=23
|
||||||
|
Color=134
|
||||||
|
Mask=*.ini;*.vwr;*.edt;*.ext;*.hgl;*.mnu;*.s;*.xpr;ndn.des;1cv77.dat;users.usr;*.1cd;*.md;*.phn;dnhgl.grp;*.dfm;*.x?;*.clw;*.dsw;*.xrn;*.spf;*.scw;*.cf;*.dt;*.udl;*.v8i;*.conf;*.config;*.oidlib;*.cfg;.hgignore;*.qdr;
|
||||||
|
|
||||||
|
[Group #27]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=24
|
||||||
|
Color=133
|
||||||
|
Mask=*.dll;*.drv;*.sys;*.vxd;*.386;*.rtl;*.ctl;*.ovl;*.cpi;*.set;*.lng;*.dat;*.bgi;*.obj;*.chr;*.bin;*.icm;*.ifs;*.ocx;*.dlg;
|
||||||
|
|
||||||
|
[Group #28]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=25
|
||||||
|
Color=141
|
||||||
|
Mask=*.hlp;*.chm;*.tpu;*.tpp;*.tpw;*.svp;*.dot;*.ovr;*.prf;*.plg;*.res;
|
||||||
|
|
||||||
|
[Group #29]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=26
|
||||||
|
Color=157
|
||||||
|
Mask=*.fon;*.ttf;*.otf;*.ttc;*.fnt
|
||||||
|
|
||||||
|
[Group #30]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=27
|
||||||
|
Color=140
|
||||||
|
Mask=*.tmp;*.$??;*.bak;*.~??;*.swp;*.{??;*.000;*.gid;*.fts;*.&&&;*.old;*.err;*.230;*.pck;*.dos;*.tfa;*.ctf;*.-*;*.bmk;*.dir;*.pss;*.crk;*.pip;*.bk1;*.ooo;*.opl;*.qdl;*.qub;*.qdk;*.sc0;*._av;ndn.flg;*.~*;*.dmp
|
||||||
|
|
||||||
|
[Group #31]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=28
|
||||||
|
Color=140
|
||||||
|
Mask=scandisk.log;uc2_err.log;null;sql.log;wintemp.*;d??space.bin;suhdlog.dat;treeinfo.vcd;*log.txt;system.1st;imsdebug.txt;msievent.log;hlas602.log;thumbs.db;setupxlg.txt;classes.new;treedata.wcd;stack.wcd;qa.a--;qview.sr?;bfbmcbfo.;
|
||||||
|
|
||||||
|
[Group #32]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=29
|
||||||
|
Color=140
|
||||||
|
Mask=error.log;warn.log;ffastun.ffa;ffastun.ffo;ffastun0.ffx;autoexec.win;config.win;sysini.w31;winini.w31;chklist.ms;treeinfo.wc;arcview.;ainf0000.;asd.log;~pttest.dat;ndn.clp;*.dsk;pdoxusrs.ne;autoexec.001;boot251.cff;yahebook.mrk;
|
||||||
|
|
||||||
|
[Group #33]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=30
|
||||||
|
Color=160
|
||||||
|
Mask=*.key;*.hqx;*.cer;cert.pem;key.pem;*.p7b;*.p7s;
|
||||||
|
|
||||||
|
[Group #34]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=31
|
||||||
|
Color=32
|
||||||
|
Mask=*readme.txt;*.dif
|
||||||
|
|
||||||
|
[Group #35]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=32
|
||||||
|
Color=159
|
||||||
|
Mask=*.scr;*.ss
|
||||||
|
|
||||||
|
[Group #36]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=33
|
||||||
|
Color=131
|
||||||
|
Mask=*.asm;*.pas;*.bas;*.cpp;*.inc;*.c;*.h;*.vb;*.sub;*.dpr;*.ht*;*.sql;*.dnl;*.dnr;*.dzn;*.f;*.fpp;*.ftn;*.for;*.i;*.f90;*.i90;*.f66;*.f77;*.jav*;*.mht;*.asp;*.dproj;*.json;*.css;
|
||||||
|
|
||||||
|
[Group #37]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=34
|
||||||
|
Color=131
|
||||||
|
Mask=*.dsc;*.script;*.bc;*.ztc;*.tc;*.m;*.bpl;*.mcr;*.xsl;*.als;*.odc;*.tcl;*.p;*.pp;*.for;*.prj;*.tp;*.prg;*.jws;*.jwp;*.qpr;*.hh?;*.col;*.pl;*.sh;*.mu;*.srp;*.mak;*.pre;*.smi;*.xml;*.hpp;*.es;*.cdf;*.bi;*.r;*.pm;*.e;*.dpk;*.php;*.asa;*.fas?;*.kml
|
||||||
|
|
||||||
|
[Group #38]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=35
|
||||||
|
Color=83
|
||||||
|
Mask=*.ert;*.epf;*.erf;
|
||||||
|
|
||||||
|
[Group #39]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=36
|
||||||
|
Color=141
|
||||||
|
Mask=*.xls;*.mdb;*.doc;*.ppt?;*.mxl;*.shs;*.pps;*.mdi;*.vsd;*.doc*;*.xls*;*.dbf;*.fdb;*.wkz;*.db3;*.sqlite*;*.csv;*.djv*;*.pdf;*.xlt*;*.dwg;
|
||||||
|
|
||||||
|
[Group #40]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=37
|
||||||
|
Color=141
|
||||||
|
Mask=*.odt;*.ods;*.iqy;
|
||||||
|
|
||||||
|
[Group #41]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=38
|
||||||
|
Color=133
|
||||||
|
Mask=*.MAPIMail;*.mydocs;*.DeskLink;*.dun;*.pst
|
||||||
|
|
||||||
|
[Group #42]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=39
|
||||||
|
Color=130
|
||||||
|
Mask=*.txt;*.reg;*.123;*.wdb;*.wps;*.1st;*.eng;*.url;*.pdf;*.lst;*.log;*.me;*.dox;*.!!!;*.ctl;*.nfo;*.inf;*.wri;*.faq;*.msg;*.bbs;*.ion;*.sol;*.id;*.tag;*.lid;*.ie;*.asc;*.loc;*.wul;*.bar;*.iss;*.op;*.201;*.d0d;*.cap;*.cnf;*.lic;*.des;*.djv*;
|
||||||
|
|
||||||
|
[Group #43]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=40
|
||||||
|
Color=130
|
||||||
|
Mask=*.slt;*.dsm;*.dbg;*.drc;*.dof;*.dic;*.srg;*.new;*.rpt;*.saf;*.xnf;*.hct;*.hst;*.scp;*.det;*.prt;*.fmt;*.btl;*.int;*.dro;*.dbi;*.toc;*.tbl;*.dwb;*.hl1;*.hl2;*.pgp;*.bm;*.m3u;*.tf;*.rc;*.wc;*.sed;*.lcu;*.gge;*.now;*.557;*.rtf;*.diz;*.sln;
|
||||||
|
|
||||||
|
[Group #44]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=41
|
||||||
|
Color=130
|
||||||
|
Mask=*.kur;*.lex;*.sam;*.gs;*.cnt;*.rep;*.klb;*.pc;*.MEM;*.cb;*.rec;*.rev;*.sts;*.in;*.ru;*.rat;*.stf;*.dep;*.ins;*.ddb;*.opc;*.skp;*.sig;*.let;*.man;*.ref;*.204;*.frm;*.mib;*.was;*.crd;*.ddf;*.120;*.441;*.411;*.spl;*.srt;*.kos;
|
||||||
|
|
||||||
|
[Group #45]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=42
|
||||||
|
Color=130
|
||||||
|
Mask=*.vbp;*.uni;*.ldi;*.mif;*.nif;*.lgo;*.cty;*.hf;*.hfc;*.nff;*.mat;*.cs;*.ct;*.dk;*.fr;*.gr;*.jp;*.nl;*.no;*.po;*.sp;*.su;*.sv;*.oem;*.bla;*.own;*.phx;*.shl;*.spc;*.his;*.num;*.out;*.pls;*.sdi;*.mvm;*.hlf;*.bsl;*.xmp;*.def;*.wpl;*.sfv;
|
||||||
|
|
||||||
|
[Group #46]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=43
|
||||||
|
Color=130
|
||||||
|
Mask=*.str;*.mls;*.pos;*.tbr;*.mst;*.qle;*.sav;*.mol;*.wti;*.fad;*.vcw;*.on1;*.qtw;*.uud;*.trd;*.cif;*.mdm;*.bre;*.irg;*.awe;*.dfx;*.all;*.ger;*.icf;*.pkg;*.rsp;*.tsm;*.uk;*.ems;*.stp;*.tls;*.i;*.inp;*.tc0;*.tch;*.avp;*.t;*.f;*.cpx;*.jax;
|
||||||
|
|
||||||
|
[Group #47]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=44
|
||||||
|
Color=130
|
||||||
|
Mask=*.gcc;*.qcl;*.b;*.chi;*.cxx;*.hxx;*.tip;*.h16;*.hm;*.inl;*.mk;*.dom;*.ph;*.st;*.ps;*.sr;*.gam;*.rc2;*.siz;*.spr;*.vc;*.wat;*.cat;*.ent;*.bot;*.odl;*.bpg;*.ai;*.cr;*.per;*.ply;*.rps;*.ppj;*.280;*.si;*._;*.kpd;*.net;*.iwz;*.me1;*.bnd;*.spf;
|
||||||
|
|
||||||
|
[Group #48]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=45
|
||||||
|
Color=130
|
||||||
|
Mask=*.fre;*.ita;*.jpn;*.spa;*.lws;*.ifo;*.trn;*.std;*.sym;*.syx;*.thd;*.plc;*.hpj;*.idl;*.pdx;*.plc;*.hpj;*.idl;*.pdx;*.plc;*.acr;*.csw;*.ohc;*.ohi;*.ohl;*.ohp;*.dti;*.pro*;*.tmf;*.dsp;*.rgs;*.dok;*.to;*.inv;*.usr;*.gtx;*.isr;*.nt;*.th~;*.tex;*.smp;
|
||||||
|
|
||||||
|
[Group #49]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=46
|
||||||
|
Color=130
|
||||||
|
Mask=*.am;*.rou;*.too;*.sif;*.pla;*.mi;*.moi;*.deu;*.thg;*.cpj;*.icw;*.isp;*.ver;*.mf;*.wpd;*.pbk;*.sld;*.org;*.nib;*.ntl;*.rlo;*.cid;*.opt;*.rem;*.<;*.app;*.gus;*.cbt;*.div?;*.ddp;*.cui;*.emx;*.rsx;*.pwa;*.sco;*.iwf;*.lyr;*.asx;*.dsn;*.'92;
|
||||||
|
|
||||||
|
[Group #50]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=47
|
||||||
|
Color=130
|
||||||
|
Mask=*.abl;*.abs;*.ad1;*.ag1;*.am1;*.apb;*.apt;*.asc*;*.atl;*.ato;*.ats;*.gbl;*.gd1;*.gg1;*.gm1;*.gpb;*.gpt;*.gtl;*.gto;*.gts;*.pik;*.bom;*.sch;*.dpp;*.phk;*.acf;*.tb;*.aru;*.tdf;*.dft;*.isc;*.ndr;*.prx;*.raf;*.rcs;*.syn;*.txe;*.txg;*.sep;*.wsc;
|
||||||
|
|
||||||
|
[Group #51]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=48
|
||||||
|
Color=130
|
||||||
|
Mask=*.ben;*.bio;*.mfl;*.mof;*.theme;*.vda;*.nda;*.dsj;*.lsp;*.lss;*.typ;*.idx;*.tfc;*.vmm;*.ord;*.ans;*.v21;*.psv;*.lsm;*.lap;*.pqb;*.x3d;*.src;*.sgt;*.mbx;*.nws;*.hnt;*.ru2;*.slw;*.wlk;*.wpf;*.wth;*.cht;*.co1;*.cls;*.ali;*.cam;*.ap1;*.sqd;
|
||||||
|
|
||||||
|
[Group #52]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=49
|
||||||
|
Color=130
|
||||||
|
Mask=*.gg;*.ldf;*.thm;whatsnew.*
|
||||||
|
|
||||||
|
[Group #53]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=50
|
||||||
|
Color=96
|
||||||
|
Mask=*.gdb;*.plt;*.rte;*.gpx;*.mps;*.3d1;
|
||||||
|
|
||||||
|
[Group #54]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=51
|
||||||
|
Color=96
|
||||||
|
Mask=*.mp;*.wpt;*.pnt;*.fbl;*.ntm;*.map;*.ndb;*.rus;*.rmo;*.nm2;*.mdc;*.gmw;*.jnx;*.nm7;*.ozf?;*.ozfx?;
|
||||||
|
|
||||||
|
[Group #55]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=52
|
||||||
|
Color=64
|
||||||
|
Mask=*._dd;*.chk;win386.swp;pagefile.sys;
|
||||||
|
|
||||||
|
[Group #56]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=0
|
||||||
|
Index=53
|
||||||
|
Color=79
|
||||||
|
Mask=*.#??;*.*#;
|
||||||
|
|
||||||
|
[Group #57]
|
||||||
|
IsDir=0
|
||||||
|
UseDefaultBG=1
|
||||||
|
Index=54
|
||||||
|
Color=128
|
||||||
|
Mask=*.md5
|
BIN
programs/fs/ndn/NDN
Normal file
BIN
programs/fs/ndn/NDN
Normal file
Binary file not shown.
7
programs/fs/ndn/NDN.EDT
Normal file
7
programs/fs/ndn/NDN.EDT
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
; Necromancer's Dos Navigator Editor configuration file ³
|
||||||
|
;ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;Detailed help on the !.! expansion macros is available in the online help
|
||||||
|
;under the topic USER MENU -> FILENAME MACROS
|
||||||
|
|
||||||
|
pas :bp !.!
|
||||||
|
C,cpp :bc !.!
|
344
programs/fs/ndn/NDN.EXT
Normal file
344
programs/fs/ndn/NDN.EXT
Normal file
@ -0,0 +1,344 @@
|
|||||||
|
; Necromancer's Dos Navigator Extension configuration file ³
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
; Syntax: {} Enter, () Shift-Enter, [] Alt-Enter/Alt-Home
|
||||||
|
; asm,pas or asm;pas possible as filter
|
||||||
|
; therefore comments only work at the first position of a string
|
||||||
|
; you can comment the whole block by commenting the filter
|
||||||
|
; ~!.!~/~!.ext Insert SFN (LFN default)
|
||||||
|
;
|
||||||
|
; the keywords EDITOR or VIEWER (case insensitive) inside {}, []
|
||||||
|
; or () open the file in the internal viewer/editor, like [F3].
|
||||||
|
; Examples: asm{editor} or *{Viewer}
|
||||||
|
;
|
||||||
|
;Detailed help on the !.! expansion macros is available in the online help
|
||||||
|
;under the topic USER MENU -> FILENAME MACROS
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Assembler ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
asm{ @echo off
|
||||||
|
echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
echo ³ Assembling and linking COM file... Û
|
||||||
|
echo ÀÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÛ
|
||||||
|
tasm !
|
||||||
|
tlink /t /x !.obj
|
||||||
|
}
|
||||||
|
asm( @echo off
|
||||||
|
echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
echo ³ Assembling and linking EXE file... Û
|
||||||
|
echo ÀÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÛ
|
||||||
|
tasm !
|
||||||
|
tlink /x !.obj
|
||||||
|
)
|
||||||
|
asm[
|
||||||
|
>1 ~A~ssemble OMF obj file (TASM)
|
||||||
|
tasm ! /m2
|
||||||
|
>1 Assemble & link ~C~OM/binary file (TASM)
|
||||||
|
tasm !
|
||||||
|
tlink /t/x !.obj
|
||||||
|
>1 Assemble & link E~X~E file (TASM)
|
||||||
|
tasm !
|
||||||
|
tlink /x !.obj
|
||||||
|
>1 Assemble & link ~C~OM file (TASM 32-BIT)
|
||||||
|
tasm !
|
||||||
|
tlink /t/x/3 !.obj
|
||||||
|
>1 Assemble & link E~X~E file (TASM 32-BIT)
|
||||||
|
tasm !
|
||||||
|
tlink /x/3 !.obj
|
||||||
|
>1
|
||||||
|
>1 Assemble OMF obj file (DJASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\DJGPP\BIN\
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
djasm !.! !.obj
|
||||||
|
>1 Assemble & link COM/binary file (DJASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\DJGPP\BIN\
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
djasm !.! !.bin
|
||||||
|
>1 Assemble & link EXE file (DJASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\DJGPP\BIN\
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
djasm !.! !.exe
|
||||||
|
>1 Assemble C header file (DJASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\DJGPP\BIN\
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
djasm !.! !.h
|
||||||
|
>1
|
||||||
|
>1 Assemble OMF obj file (WASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\WC\BINW
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
wasm !.!
|
||||||
|
>1
|
||||||
|
>1 Assemble OMF obj file (JWASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\JWASM
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
jwasm -omf !.!
|
||||||
|
>1 Assemble COFF obj file (JWASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\JWASM
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
jwasm -coff !.!
|
||||||
|
>1 Assemble ELF obj file (JWASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\JWASM
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
jwasm -elf !.!
|
||||||
|
>1 Assemble COM/binary file (JWASM)
|
||||||
|
@ECHO OFF
|
||||||
|
set P=F:\JWASM
|
||||||
|
set PATH=%P%;%PATH%
|
||||||
|
jwasm -bin !.!
|
||||||
|
]
|
||||||
|
obj{ @echo off
|
||||||
|
echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
echo ³ Linking file as COM file... Û
|
||||||
|
echo ÀÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÛ
|
||||||
|
tlink /t/x !.obj
|
||||||
|
}
|
||||||
|
obj[
|
||||||
|
>1 Link ~C~OM file
|
||||||
|
tlink /t/x !.obj
|
||||||
|
>1 Link E~X~E file
|
||||||
|
tlink /x !.obj
|
||||||
|
>1
|
||||||
|
>1 ~D~isassemble .obj (OBJCONV)
|
||||||
|
objconv !.! -fmasm
|
||||||
|
>1 D~i~sassemble .obj (WDis)
|
||||||
|
wdis -l=!.asm !.!
|
||||||
|
>1
|
||||||
|
>1 ~D~ump !.! to !.TXT (OBJCONV)
|
||||||
|
objconv !.! -d > !.TXT
|
||||||
|
>1 Dump !.! (TDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set TDPATH=F:\BCC
|
||||||
|
set PATH=%TDPATH%\BIN
|
||||||
|
tdump -oc !.! > !.txt
|
||||||
|
>1 Dump !.! (WDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set WDPATH=F:\OpenWatc
|
||||||
|
set PATH=%WDPATH%\BINW
|
||||||
|
wdump !.! > !w.txt
|
||||||
|
]
|
||||||
|
lib[
|
||||||
|
>1 ~E~xtract .obj from !.!
|
||||||
|
<= objconv !.! -fomf -lx:
|
||||||
|
>1 E~x~tract all .obj from !.!
|
||||||
|
objconv -fomf -lx !.!
|
||||||
|
>1
|
||||||
|
>1 ~D~ump !.! to !.TXT (OBJCONV)
|
||||||
|
objconv -d !.! > !.TXT
|
||||||
|
>1 Dump !.! (TDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set TDPATH=F:\BCC
|
||||||
|
set PATH=%TDPATH%\BIN
|
||||||
|
tdump -oc !.! > !.txt
|
||||||
|
>1 Dump !.! (WDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set WDPATH=F:\OpenWatc
|
||||||
|
set PATH=%WDPATH%\BINW
|
||||||
|
wdump !.! > !w.txt
|
||||||
|
]^
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Programming Languages ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
bas{ D:\langs\pb\pb.exe ~!.!~}
|
||||||
|
c {
|
||||||
|
@ECHO OFF
|
||||||
|
SET P=E:\BCC
|
||||||
|
SET PATH=%PATH%;%P%\BIN
|
||||||
|
bcc32 -g10 -j1 -I"%P%\include" -L"%P%\lib" !.!
|
||||||
|
IF NOT ERRORLEVEL 1 !.exe
|
||||||
|
}
|
||||||
|
cpp{ d:\langs\bc\bin\bc.exe ~!.!~}
|
||||||
|
prj{ d:\langs\bc\bin\bc.exe ~!.!~}
|
||||||
|
tp ( d:\langs\bp\bin\bp.exe /c~!.!~)
|
||||||
|
tp { d:\langs\bp\bin\bp.exe /c~!.!~}
|
||||||
|
pas{ bpc ~!.!~}
|
||||||
|
pas[
|
||||||
|
>1 ~B~orland Pascal (Real Mode)
|
||||||
|
SET BPPATH=F:\BP
|
||||||
|
SET PATH=%BPPATH%\BIN
|
||||||
|
bpc -M -CD /U%BPPATH%\UNITS /R%BPPATH%\UNITS ~!.!~
|
||||||
|
>1 ~B~orland Pascal (Protected Mode)
|
||||||
|
SET BPPATH=F:\BP
|
||||||
|
SET PATH=%BPPATH%\BIN
|
||||||
|
bpc -M -CP /U%BPPATH%\UNITS /R%BPPATH%\UNITS ~!.!~
|
||||||
|
>1 ~B~orland Pascal (Windows)
|
||||||
|
SET BPPATH=F:\BP
|
||||||
|
SET PATH=%BPPATH%\BIN
|
||||||
|
bpc -M -CW /U%BPPATH%\UNITS /R%BPPATH%\UNITS ~!.!~
|
||||||
|
>1 ~V~irtual Pascal (D32)
|
||||||
|
SET VPPATH=F:\VP
|
||||||
|
SET PATH=%VPPATH%\BIN.W32
|
||||||
|
del !.exe > nul
|
||||||
|
vpc -M -CW:D32:DPMI32 -E. -$$SMARTLINK+ -U%VPPATH%\UNITS.D32 -L%VPPATH%\LIB.D32 !.!
|
||||||
|
if exist !.exe pe2le !.exe !.exe /S:%VPPATH%\BIN.D32\STUBS\DOS32A /D:(Description)
|
||||||
|
if exist !.exe !.exe
|
||||||
|
>1 ~V~irtual Pascal (W32)
|
||||||
|
SET VPPATH=F:\VP
|
||||||
|
SET PATH=%VPPATH%\BIN.W32
|
||||||
|
del !.exe > nul
|
||||||
|
vpc -B -CW:W32:WIN32 -E. -$$SMARTLINK+ -U%VPPATH%\UNITS.W32 -L%VPPATH%\LIB.W32 !.!
|
||||||
|
if exist !.exe !.exe
|
||||||
|
>1 ~V~irtual Pascal (LNX)
|
||||||
|
SET VPPATH=F:\VP
|
||||||
|
SET PATH=%VPPATH%\BIN.W32
|
||||||
|
vpc -B -CL:LNX:LINUX -E. -$$SMARTLINK+ -U%VPPATH%\UNITS.LNX -L%VPPATH%\LIB.LNX !.!
|
||||||
|
pe2elf -v !.exe
|
||||||
|
]
|
||||||
|
c,cpp [
|
||||||
|
>1 ~B~orland C++ 32Bit (EXE)
|
||||||
|
SET CPATH=F:\BCC
|
||||||
|
SET PATH=%CPATH%\BIN
|
||||||
|
bcc32 -I"%CPATH%\INCLUDE" -L"%CPATH%\LIB" !.!
|
||||||
|
>1 ~B~orland C++ 32Bit (DLL)
|
||||||
|
SET CPATH=F:\BCC
|
||||||
|
SET PATH=%CPATH%\BIN
|
||||||
|
bcc32 -tWD -I"%CPATH%\INCLUDE" -L"%CPATH%\LIB" !.!
|
||||||
|
>1 ~D~JGPP Gnu C/C++ 32bit
|
||||||
|
SET DJGPP=F:\DJGPP\DJGPP.ENV
|
||||||
|
gcc !.! -o !.exe
|
||||||
|
>1 ~W~atcom C/C++ 32bit (PMODE/W)
|
||||||
|
SET CPATH=F:\WC
|
||||||
|
SET PATH=%CPATH%\BINW
|
||||||
|
wcl386 -CC -l=pmodew -i=%CPATH%\H !.!
|
||||||
|
>1 W~a~tcom C/C++ 32bit (WDOSX)
|
||||||
|
SET CPATH=F:\WC
|
||||||
|
SET PATH=%CPATH%\BINW
|
||||||
|
wcl386 -CC -l=wdosx -i=%CPATH%\H !.!
|
||||||
|
>1 ~O~pen Watcom C/C++ 32bit
|
||||||
|
SET CPATH=F:\OPENWATC
|
||||||
|
SET PATH=%CPATH%\BINW
|
||||||
|
wcl386 -CC -l=pmodew -i=%CPATH%\H !.!
|
||||||
|
>1 ~T~urbo C/C++ 16bit
|
||||||
|
SET CPATH=F:\TC
|
||||||
|
SET PATH=%CPATH%\BIN
|
||||||
|
tcc -I%CPATH%\INCLUDE -L%CPATH%\LIB !.!
|
||||||
|
>1 ~I~ntel C CodeBuilder
|
||||||
|
SET CPATH=F:\CB
|
||||||
|
SET PATH=%CPATH%\BIN
|
||||||
|
icc -I%CPATH%\INC !.!
|
||||||
|
]
|
||||||
|
jar{ @C:\Programme\Java\jre1.5.0\bin\java.exe -jar !.!}
|
||||||
|
java{ @echo.
|
||||||
|
@echo þ Compiling þ
|
||||||
|
@D:\PROGRA~1\JAVASD~1.4\BIN\javac.exe !.!
|
||||||
|
@echo þ Running þ
|
||||||
|
@D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
|
||||||
|
}
|
||||||
|
class{ @echo.
|
||||||
|
@echo þ Running þ
|
||||||
|
@D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
|
||||||
|
}
|
||||||
|
cs{
|
||||||
|
@ECHO OFF
|
||||||
|
SET P=C:\WINNT\Microsoft.NET\Framework\v2.0.50727\
|
||||||
|
SET PATH=%PATH%;%P%
|
||||||
|
%P%\csc.exe /t:exe /debug- /o+ /w:4 /unsafe- /checked+ !.!
|
||||||
|
if not errorlevel 1 !.exe
|
||||||
|
}
|
||||||
|
tcl{ C:\tools\TCL\bin\tclsh.exe !:!\!.! }
|
||||||
|
*make*[
|
||||||
|
>1 Execute make (DJGPP)
|
||||||
|
@ECHO OFF
|
||||||
|
SET P=F:\DJGPP
|
||||||
|
SET PATH=%P%/BIN;%PATH%
|
||||||
|
SET DJGPP=%P%/djgpp.env
|
||||||
|
MAKE.EXE -f !.!
|
||||||
|
]
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Executables ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
exe[
|
||||||
|
>1 ~D~ump !.! to !.TXT (OBJCONV)
|
||||||
|
objconv -d !.! > !.TXT
|
||||||
|
>1 Dump !.! (TDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set TDPATH=F:\BCC
|
||||||
|
set PATH=%TDPATH%\BIN
|
||||||
|
tdump -oc !.! > !.txt
|
||||||
|
>1 Dump !.! (WDUMP)
|
||||||
|
@ECHO OFF
|
||||||
|
set WDPATH=F:\OpenWatc
|
||||||
|
set PATH=%WDPATH%\BINW
|
||||||
|
wdump !.! > !w.txt
|
||||||
|
]
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Archivers ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
lst( arj a -jm ! !!!.!
|
||||||
|
del !.!)
|
||||||
|
lst{ pkzip -ex ! @!.!
|
||||||
|
del !.!}
|
||||||
|
ice{ lha x !.! *.* }
|
||||||
|
ice( have !.!)
|
||||||
|
arj{ arj x !.! }
|
||||||
|
arj( arj x !.! e:)
|
||||||
|
zip{ pkunzip -d !.!}
|
||||||
|
zip( pkunzip !.! e:)
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ FoxPro ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
mpr{ foxprol !.!}
|
||||||
|
spr{ foxprol !.!}
|
||||||
|
pjx{ foxprol !.!}
|
||||||
|
prg{ foxprol !.!}
|
||||||
|
fxp{ foxprol !.!}
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ SQL ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
sql{ C:\Oracle\Oracle10g\BIN\sqlplus.exe sql_85/sql_85 @!:!\!.! }
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ TeX ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
tex,dtx( C:\Programme\Tex\texmf\miktex\bin\pdflatex.exe -silent !.!
|
||||||
|
!.pdf )
|
||||||
|
|
||||||
|
tex,dtx{ C:\Programme\Tex\texmf\miktex\bin\latex.exe -silent !.!
|
||||||
|
!.dvi }
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Misc ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
stm{ ..\StMod ! F}
|
||||||
|
;bak{ del *.bak}
|
||||||
|
sc { paradox !.!}
|
||||||
|
pcx{ pcxview !.! }
|
||||||
|
;$$${ del !.!}
|
||||||
|
pkt{ pktview !.!}
|
||||||
|
sch{ cap !.! }
|
||||||
|
pcb{ cad !.! }
|
||||||
|
UUE{ E:\SYS\UTIL\UUDECODE !.!}
|
||||||
|
|
||||||
|
ss{
|
||||||
|
@echo off
|
||||||
|
ren ~!.!~ ~!.EXE
|
||||||
|
~!.EXE
|
||||||
|
ren ~!.EXE ~!.SS
|
||||||
|
}
|
||||||
|
|
||||||
|
ans{ AnSi
|
||||||
|
cls
|
||||||
|
TYPE !.!
|
||||||
|
}
|
||||||
|
|
||||||
|
; ~¯à®¯¨á âì ¡ãª¢ã ‚ 襣® CD-ROM ¤à ©¢
|
||||||
|
cda{
|
||||||
|
dss Z:!.!
|
||||||
|
}
|
||||||
|
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ All files ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
|
||||||
|
|
||||||
|
; This menu starts up by Alt-Enter for all files
|
||||||
|
* [ >1 Convert ~!.!~ ~t~o UUE
|
||||||
|
< Enter number of lines
|
||||||
|
<=200
|
||||||
|
E:\SYS\UTIL\UUENCODE -s%3 !.!
|
||||||
|
>1 Convert ~!.!~ ~f~rom UUE
|
||||||
|
E:\SYS\UTIL\UUDECODE !.!
|
||||||
|
]
|
||||||
|
|
||||||
|
*.* (
|
||||||
|
@echo off
|
||||||
|
IF "%OS%" == "Windows_NT" GOTO w32
|
||||||
|
start "!:!\!.!"
|
||||||
|
goto end
|
||||||
|
|
||||||
|
:w32
|
||||||
|
start "" "!:!\!.!"
|
||||||
|
|
||||||
|
:end
|
||||||
|
)
|
2008
programs/fs/ndn/NDN.HGL
Normal file
2008
programs/fs/ndn/NDN.HGL
Normal file
File diff suppressed because it is too large
Load Diff
38
programs/fs/ndn/NDN.MN2
Normal file
38
programs/fs/ndn/NDN.MN2
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
; Necromancer's Dos Navigator menu file... ³
|
||||||
|
;ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;Detailed help on the !.! expansion macros is available in the online help
|
||||||
|
;under the topic USER MENU -> FILENAME MACROS
|
||||||
|
>1 Compile Necromancer's Dos Navigator
|
||||||
|
>2 DPMI32
|
||||||
|
call compile d32
|
||||||
|
>2 WIN32
|
||||||
|
call compile w32
|
||||||
|
>2 OS/2
|
||||||
|
call compile os2
|
||||||
|
>1
|
||||||
|
>1 Compile Resources for Navigator
|
||||||
|
>2 DPMI32
|
||||||
|
call resource d32
|
||||||
|
>2 WIN32
|
||||||
|
call resource w32
|
||||||
|
>2 OS/2
|
||||||
|
call resource os2
|
||||||
|
>1
|
||||||
|
>1 Create Navigator's Distributive
|
||||||
|
>2 DPMI32
|
||||||
|
call distrib d32
|
||||||
|
>2 WIN32
|
||||||
|
call distrib w32
|
||||||
|
>2 OS/2
|
||||||
|
call distrib os2
|
||||||
|
>1
|
||||||
|
>1 Create Installation of Navigator
|
||||||
|
>2 DPMI32
|
||||||
|
call install d32
|
||||||
|
>2 WIN32
|
||||||
|
call install w32
|
||||||
|
>2 OS/2
|
||||||
|
call install os2
|
||||||
|
>2
|
||||||
|
>2 Additions
|
||||||
|
call install add
|
49
programs/fs/ndn/NDN.MNU
Normal file
49
programs/fs/ndn/NDN.MNU
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
; Necromancer's Dos Navigator menu file... ³
|
||||||
|
;ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;Detailed help on the !.! expansion macros is available in the online help
|
||||||
|
;under the topic USER MENU -> FILENAME MACROS
|
||||||
|
>1 Additional menu [NDN Style]
|
||||||
|
{menufile="ndn.mn2_"}
|
||||||
|
{ncmenufile="nc.mnu_"}
|
||||||
|
>1
|
||||||
|
>1 Unpack ~~!.!~~
|
||||||
|
< Enter the file name
|
||||||
|
<=~!.!~
|
||||||
|
cup386 /1 ~!.!~ %3
|
||||||
|
>1 Turbo Debugger
|
||||||
|
td !.!
|
||||||
|
>1
|
||||||
|
>1 EXE Tools
|
||||||
|
>2 Convert EXE to COM
|
||||||
|
C:\TOOLS\EXETLS\EXETOOLS.COM !.! /1 !.COM
|
||||||
|
>2 Cut EXE header
|
||||||
|
C:\TOOLS\EXETLS\EXETOOLS.COM !.! /2
|
||||||
|
>2 Convert COM to EXE
|
||||||
|
C:\TOOLS\EXETLS\EXETOOLS.COM !.! /3 !.EXE
|
||||||
|
>2 Encrypt EXE or COM file
|
||||||
|
C:\TOOLS\EXETLS\EXETOOLS.COM !.! /E
|
||||||
|
>2 Add Header Comment from CommentFile
|
||||||
|
C:\TOOLS\EXETLS\EXETOOLS.COM !.! /C !.!
|
||||||
|
>2 Optimize EXE header
|
||||||
|
=>!.!
|
||||||
|
>1
|
||||||
|
>1 Run Microsoft Word
|
||||||
|
winword.exe
|
||||||
|
>1
|
||||||
|
>1 Misc. Windows commands
|
||||||
|
>2 Create useful start menu shortcuts
|
||||||
|
>3 ... in German
|
||||||
|
@echo off
|
||||||
|
echo creating special start menu directories...
|
||||||
|
if not .%OS%.==.Windows_NT. exit
|
||||||
|
set TDIR=%USERPROFILE%\Startmen<65>
|
||||||
|
md "%TDIR%\Drucker.{2227A280-3AEA-1069-A2DE-08002B30309D}"
|
||||||
|
md "%TDIR%\Netzwerk- und DFš Verbindungen.{7007ACC7-3202-11D1-AAD2-00805FC1270E}"
|
||||||
|
md "%TDIR%\Netzwerkumgebung.{208D2C60-3AEA-1069-A2D7-08002B30309D}"
|
||||||
|
md "%TDIR%\Papierkorb.{645FF040-5081-101B-9F08-00AA002F954E}"
|
||||||
|
md "%TDIR%\Systemsteuerung.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
|
||||||
|
md "%TDIR%\Temporary Internet Files.{7BD29E00-76C1-11CF-9DD0-00A0C9034933}"
|
||||||
|
>2 Add to and play in WINAMP
|
||||||
|
set TMPM3U=%TEMP%\winamp.m3u
|
||||||
|
type %1 > %TMPM3U%
|
||||||
|
D:\Programme\Winamp\winamp.exe /play %TMPM3U%
|
29
programs/fs/ndn/NDN.QDR
Normal file
29
programs/fs/ndn/NDN.QDR
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
; Necromancer's Dos Navigator: External Quick Directories ³
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;
|
||||||
|
; Format: One directory on one line, environment variables are allowed.
|
||||||
|
; No duplicate directories will be displayed.
|
||||||
|
;
|
||||||
|
; "?" at first position: Only add the directory if it exists.
|
||||||
|
; "-" on a single line: Add a menu line to the displayed list.
|
||||||
|
; "*" as a separator between a path and a description string
|
||||||
|
|
||||||
|
; Temporary directories
|
||||||
|
?%TMP%
|
||||||
|
?%TEMP%
|
||||||
|
|
||||||
|
; Windows NT+
|
||||||
|
?%SystemRoot%
|
||||||
|
?%ProgramFiles%
|
||||||
|
?%CommonProgramFiles%
|
||||||
|
?%ALLUSERSPROFILE%
|
||||||
|
?%HomeDrive%%HomePath%
|
||||||
|
?%APPDATA%
|
||||||
|
?%UserProfile%
|
||||||
|
; Language specific
|
||||||
|
?%UserProfile%\Eigene Dateien\
|
||||||
|
?%UserProfile%\My Documents\
|
||||||
|
|
||||||
|
; Windows 9x
|
||||||
|
?%WinDir%
|
||||||
|
?%WinBootDir%
|
12
programs/fs/ndn/NDN.SPF
Normal file
12
programs/fs/ndn/NDN.SPF
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; Necromancer's Dos Navigator: open file at cursor PATH configuration ³
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;
|
||||||
|
; Format: extension list in [] brackets, then paths for search.
|
||||||
|
; "*" at first position: search recursively in all subdirectories
|
||||||
|
; "+" at first position: search in all subdirectories but only one level down
|
||||||
|
;
|
||||||
|
; Example:
|
||||||
|
;
|
||||||
|
; [pas,inc]
|
||||||
|
; *c:\bp\inc\;c:\my\src
|
||||||
|
; i:\bp\inc\
|
8
programs/fs/ndn/NDN.VWR
Normal file
8
programs/fs/ndn/NDN.VWR
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
; Necromancer's Dos Navigator Viewer configuration file ³
|
||||||
|
;ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
;Detailed help on the !.! expansion macros is available in the online help
|
||||||
|
;under the topic USER MENU -> FILENAME MACROS
|
||||||
|
;
|
||||||
|
;Examples: pas : bp !.!
|
||||||
|
; C,cpp : bc !.!
|
||||||
|
;*: notepad !.!
|
19
programs/fs/ndn/NDN.XRN
Normal file
19
programs/fs/ndn/NDN.XRN
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
; Necromancer's Dos Navigator Quick run configuration file ³
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
|
||||||
|
;Ctrl-Shift-F1
|
||||||
|
>[1
|
||||||
|
cmd
|
||||||
|
;Ctrl-Shift-F2
|
||||||
|
>2
|
||||||
|
echo Type Exit to return Dos Navigator....
|
||||||
|
COMMAND.COM
|
||||||
|
|
||||||
|
;Ctrl-Shift-F10
|
||||||
|
>10
|
||||||
|
echo dss
|
||||||
|
|
||||||
|
; > - ‡ ¯ã᪠Foreground ¯®«®íªà ãî OS/2 á¥áá¨î;
|
||||||
|
; < - ‡ ¯ã᪠Background ¯®«®íªà ãî OS/2 á¥áá¨î;
|
||||||
|
; ] - ‡ ¯ã᪠Foreground Windowed OS/2 á¥áá¨î;
|
||||||
|
; [ - ‡ ¯ã᪠Background Windowed OS/2 á¥áá¨î;
|
BIN
programs/fs/ndn/POLISH.DLG
Normal file
BIN
programs/fs/ndn/POLISH.DLG
Normal file
Binary file not shown.
BIN
programs/fs/ndn/POLISH.HLP
Normal file
BIN
programs/fs/ndn/POLISH.HLP
Normal file
Binary file not shown.
BIN
programs/fs/ndn/POLISH.LNG
Normal file
BIN
programs/fs/ndn/POLISH.LNG
Normal file
Binary file not shown.
BIN
programs/fs/ndn/RUSSIAN.DLG
Normal file
BIN
programs/fs/ndn/RUSSIAN.DLG
Normal file
Binary file not shown.
BIN
programs/fs/ndn/RUSSIAN.HLP
Normal file
BIN
programs/fs/ndn/RUSSIAN.HLP
Normal file
Binary file not shown.
BIN
programs/fs/ndn/RUSSIAN.LNG
Normal file
BIN
programs/fs/ndn/RUSSIAN.LNG
Normal file
Binary file not shown.
1
programs/fs/ndn/XLT/!BIGWIN!.XLT
Normal file
1
programs/fs/ndn/XLT/!BIGWIN!.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
─ │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼ ▀ ▄ █ ▌ ▐ ░ ▒ ▓ ⌠ ■ ∙ √ ≈ ≤ ≥ ⌡ ° ² · ÷ ═ ║ ╒ ё ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ Ё ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬ © ю─а│б┌ц┐д└е┘ф├г┤х┬и┴й┼к▀л▄м█н▌о▐п░я▒р▓с⌠т■у∙ж√в≈ь≤ы≥з ш⌡э°щ²ч·ъ÷Ю─А│Б┌Ц┐Д└Е┘Ф├Г┤Х┬И┴Й┼К▀Л▄М█Н▌О▐П░Я▒Р▓С⌠Т■У∙Ж√В≈Ь≤Ы≥З Ш⌡Э°Щ²Ч·Ъ÷
|
25
programs/fs/ndn/XLT/CAB.XLT
Normal file
25
programs/fs/ndn/XLT/CAB.XLT
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
η§
|
||||||
|
ε¥
|
||||||
|
α΅
|
||||||
|
ρΰ
|
||||||
|
ΰ
|
||||||
|
Δ„
|
||||||
|
θ¨
|
||||||
|
ρα
|
||||||
|
ο―
|
||||||
|
λ«
|
||||||
|
ε¥
|
||||||
|
ι©
|
||||||
|
Ο<EFBFBD>
|
||||||
|
ξ®
|
||||||
|
κ<EFBFBD>
|
||||||
|
σγ
|
||||||
|
ο―
|
||||||
|
ΰ
|
||||||
|
ςβ
|
||||||
|
ε¥
|
||||||
|
λ«<EFBFBD>
|
||||||
|
ο
|
||||||
|
|
||||||
|
ςερςΔρ
|
||||||
|
’¥αβ„ΰ
|
2
programs/fs/ndn/XLT/CAPSLOCK.XLT
Normal file
2
programs/fs/ndn/XLT/CAPSLOCK.XLT
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZAaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz
|
||||||
|
<EFBFBD>。△ぅΖ├<EFBFBD><EFBFBD><EFBFBD>茜岡喚峡遣紺識鐘雪鯛偵謎泌墓也苓倬呟梦幗懦晟橸麾<EFBFBD>■いΕ└<EFBFBD><EFBFBD><EFBFBD>葵黄巻境軒痕式庄説黛停薙比募匁礼倩咎夛幎懍晨樶滂
|
1
programs/fs/ndn/XLT/CHAR.XLT
Normal file
1
programs/fs/ndn/XLT/CHAR.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п № ё ђ ѓ є ѕ і ї ј љ њ ћ ќ § ў
|
1
programs/fs/ndn/XLT/CHAR2RUS.XLT
Normal file
1
programs/fs/ndn/XLT/CHAR2RUS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
a cáe¥o®pàyãxåA€C‘E…OŽP<EFBFBD>X•H<EFBFBD>KŠT’MŒ
|
6
programs/fs/ndn/XLT/CHAT.XLT
Normal file
6
programs/fs/ndn/XLT/CHAT.XLT
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Y1Z2[3\4]5^6_7`8a9X0/ ロウ
|
||||||
|
ネ<EFBFBD>ノ。ハ「ヒ」フ、ヘ・ホヲマァミィムゥメェモォヤャユュヨョラッH潛甄祠絖膊薇覦躅鏖餝鶸<EFBFBD><EFBFBD>侔皛<EFBFBD>
|
||||||
|
ィゥ↑きΞ┓<EFBFBD><EFBFBD><EFBFBD>鯵牡患橋厳左執昇聖村捗鴇反弊盟梁价卍堙崙愬敞槁<EFBFBD>
|
||||||
|
餌鈎議慧稿伺夙辛訴男徒罵瀕墨熔湾冫嗷孕徼掎柧毆<EFBFBD>x。y「z
|
||||||
|
iAjBkClDmEnFoGpHqIrJsKtLuMvNwOxPyQzR{S|T}U~VWX〆<58>
|
||||||
|
h@<40>㍉<EFBFBD>ヲ~e=、|Ы・}」{ゼ<>g?d<f>b:
|
1
programs/fs/ndn/XLT/CODER.XLT
Normal file
1
programs/fs/ndn/XLT/CODER.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
%1&2'34 !5"6#7,8-9$0eqcwqefr`tmyau}i{odpuagspdrfsg|h~jkxlnzlxwcbvvbznymeqEQCWQEFR@TMYAU]I[ODPUAGSPDRFSG\H^J_KXLNZLXWCBVVBZNYMeq˝©ňć÷㾪±Ąą·Łüčý鳧ńĺđä˙붢´ »Żôŕş®ż«°¤˛¦ůíűďóçőḬĽ¨öâř쵡úîeqť‰‚–‡“žŠ‘…™Ť—<C5A4>Ś<EFBFBD>Ť™“‡<E2809C>•€”Ź›–‚”€›Ź„<C5B9>šŽź‹<C5BA>„’†‰ť‹ź<E280B9>—…‘<E280A6>Śś<C59A>†’<E280A0>ś•<C59B>Šž
3';//;<(=)8,)=(<?+.:o{O[I]9-*>i}5!:.>*+?
|
36
programs/fs/ndn/XLT/DESCRIPT.ION
Normal file
36
programs/fs/ndn/XLT/DESCRIPT.ION
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
FILE_ID.DIZ Directory information...
|
||||||
|
DK-7BIT.XLT DK-7bit translation file...
|
||||||
|
DOS2WIN.XLT „«ï DosNavigator, ¯¥à¥¢®¤¨â Dos ⥪áâ ¢ Win ª®¤¨à®¢ªã - ¢â®à ï ¢¥àá¨ï (¨á¯à ¢«¥ ñð)! by Pasha
|
||||||
|
DUNE_E-R.XLT Dune ][ English-Russian translation file...
|
||||||
|
ENGL_RUS.XLT English-Russian translation file...
|
||||||
|
ISOLAT-1.XLT ISO translation file...
|
||||||
|
KOI8-R.XLT Koi8 Š®¤¨à®¢ª
|
||||||
|
RUS_ENGL.XLT Russian-English translation file...
|
||||||
|
WIN866!.XLT <20>¥à¥¢®¤¨â Win ⥪áâ ¢ Dos ª®¤¨à®¢ªã (ã¡à ® «¨è¥¥ ¨§ WIN866.XLT, +ñð) for Russian only
|
||||||
|
WIN866.XLT <20>¥à¥¢®¤¨â Win ⥪áâ ¢ Dos ª®¤¨à®¢ªã (<28> áè¨à¥ ï)
|
||||||
|
DESCRIPT.ION Files description...
|
||||||
|
KEYBOARD.XLT Keyboard xlat table...
|
||||||
|
!BIGWIN!.XLT ‡ £« ¢ë¥ ¡ãª¢ë windows
|
||||||
|
CAB.XLT Cab ARC - text
|
||||||
|
CAPSLOCK.XLT ˆ¢¥àá¨ï <20>¥£¨áâà DK-7BIT.XLT DK-7bit translation file...
|
||||||
|
CHAR.XLT ’®«ìª® ᨬ¢®«ë
|
||||||
|
CHAT.XLT Chat ¤«ï ŠŠ<C5A0><C5A0>
|
||||||
|
CODER.XLT Coder by CooLer
|
||||||
|
DSS.XLT WIN866.XLT <20>¥à¥¢®¤¨â Win ⥪áâ ¢ Dos ª®¤¨à®¢ªã (¤®¡ ¢«¥ ñð) for Russian only
|
||||||
|
INF.XLT Inf CodePage (Referats)
|
||||||
|
KOI2WIN.XLT KOI8 -> WIN
|
||||||
|
KOI8-RUS.XLT KOI-8 Translation file...
|
||||||
|
LATRUS.XLT <20>ਠ§ ¡ë⨨ ¯¥à¥ª«îç¨âìáï <20>“‘‘Šˆ‰ «ä ¢¨â
|
||||||
|
LATRUS.XLT <20>ਠ§ ¡ë⨨ ¯¥à¥ª«îç¨âìáï <20>“‘‘Šˆ‰ «ä ¢¨â
|
||||||
|
NOT.XLT [255]=[0],[254]=[1]...
|
||||||
|
NUMBERS.XLT ’®«ìª® æ¨äàë
|
||||||
|
PDF.XLT Adobe Acrobat Reader
|
||||||
|
RECORD.XLT ’¨¯ § ¯¨áì ¢ ¯ ᪠«¥
|
||||||
|
RUSLAT_D.XLT ¡®à àãá᪨¬¨ ¡ãª¢ ¬¨ £«¨©áª®£® ⥪áâ ¢ DOS-ª®¤¨à®¢ª¥
|
||||||
|
RUSLAT_K.XLT ¡®à àãá᪨¬¨ ¡ãª¢ ¬¨ £«¨©áª®£® ⥪áâ ¢ KOI-ª®¤¨à®¢ª¥
|
||||||
|
RUSLAT_W.XLT ¡®à àãá᪨¬¨ ¡ãª¢ ¬¨ £«¨©áª®£® ⥪áâ ¢ WIN-ª®¤¨à®¢ª¥
|
||||||
|
UNICODE.XLT Š®¤¨à®¢ª Word
|
||||||
|
WIN&KOI.XLT WIN + KOI8
|
||||||
|
WINDOWS.XLT WIN
|
||||||
|
WINME.XLT WIN Me
|
||||||
|
WINTOKOI.XLT WIN -> KOI8
|
1
programs/fs/ndn/XLT/DK-7BIT.XLT
Normal file
1
programs/fs/ndn/XLT/DK-7BIT.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
[<5B>\<5C>]<5D>{<7B>|<7C>}<7D>
|
BIN
programs/fs/ndn/XLT/DLL.XLT
Normal file
BIN
programs/fs/ndn/XLT/DLL.XLT
Normal file
Binary file not shown.
0
programs/fs/ndn/XLT/DOS.XLT
Normal file
0
programs/fs/ndn/XLT/DOS.XLT
Normal file
44
programs/fs/ndn/XLT/DOS2KOI8.XLT
Normal file
44
programs/fs/ndn/XLT/DOS2KOI8.XLT
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
΅€
|
||||||
|
η‚
|
||||||
|
ΰ<EFBFBD>
|
||||||
|
«<EFBFBD>
|
||||||
|
δ’
|
||||||
|
ξ—
|
||||||
|
<EFBFBD>
|
||||||
|
‚΅
|
||||||
|
—Ά
|
||||||
|
‡£
|
||||||
|
„¤
|
||||||
|
…¥
|
||||||
|
–¦
|
||||||
|
<EFBFBD>§
|
||||||
|
‰¨
|
||||||
|
<EFBFBD>©
|
||||||
|
‹<EFBFBD>
|
||||||
|
<EFBFBD>«
|
||||||
|
<EFBFBD>¬
|
||||||
|
<EFBFBD>
|
||||||
|
<EFBFBD>®
|
||||||
|
<EFBFBD>―
|
||||||
|
’ΰ
|
||||||
|
“α
|
||||||
|
”β
|
||||||
|
•γ
|
||||||
|
†δ
|
||||||
|
<EFBFBD>ε
|
||||||
|
ƒζ
|
||||||
|
<EFBFBD>η
|
||||||
|
›θ
|
||||||
|
<EFBFBD>ι
|
||||||
|
™λ
|
||||||
|
™λ
|
||||||
|
<EFBFBD>μ
|
||||||
|
<EFBFBD>ν
|
||||||
|
<EFBFBD>ν
|
||||||
|
€ξ
|
||||||
|
‘ο
|
||||||
|
‘ο
|
||||||
|
―<EFBFBD>
|
||||||
|
©<EFBFBD>
|
||||||
|
α<EFBFBD>
|
||||||
|
γ‘
|
48
programs/fs/ndn/XLT/DOS2KOIA.XLT
Normal file
48
programs/fs/ndn/XLT/DOS2KOIA.XLT
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Ž<EFBFBD>
|
||||||
|
™â
|
||||||
|
À®
|
||||||
|
™â
|
||||||
|
È¥
|
||||||
|
£á
|
||||||
|
™â
|
||||||
|
À®
|
||||||
|
Ô¢
|
||||||
|
–ë
|
||||||
|
Ý©
|
||||||
|
ѯ
|
||||||
|
³à
|
||||||
|
Û¨
|
||||||
|
ج
|
||||||
|
È¥
|
||||||
|
³à
|
||||||
|
ѯ
|
||||||
|
È¥
|
||||||
|
³à
|
||||||
|
È¥
|
||||||
|
Õ£
|
||||||
|
Ü
|
||||||
|
Ò
|
||||||
|
Ü
|
||||||
|
Ü
|
||||||
|
–ë
|
||||||
|
Ý©
|
||||||
|
Û¨
|
||||||
|
Þ§
|
||||||
|
Ô¢
|
||||||
|
Û¨
|
||||||
|
Þ§
|
||||||
|
Ò
|
||||||
|
™â
|
||||||
|
È¥
|
||||||
|
ج
|
||||||
|
Û¨
|
||||||
|
Þ§
|
||||||
|
Ò
|
||||||
|
Ù«
|
||||||
|
™â
|
||||||
|
È¥
|
||||||
|
³à
|
||||||
|
Ô¢
|
||||||
|
ߪ
|
||||||
|
À®
|
||||||
|
Û¨
|
1
programs/fs/ndn/XLT/DOS2WIN.XLT
Normal file
1
programs/fs/ndn/XLT/DOS2WIN.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>遄屣滹膉銗憒瑽蝔閰撉磭諡鴙礄謓櫡謯鼀蠆鵫醲糲氍玁鼞╪𣿫𢁉𤨡煅𢘜<EFBFBD>藂騆
|
BIN
programs/fs/ndn/XLT/DSS.XLT
Normal file
BIN
programs/fs/ndn/XLT/DSS.XLT
Normal file
Binary file not shown.
1
programs/fs/ndn/XLT/DUNE_E-R.XLT
Normal file
1
programs/fs/ndn/XLT/DUNE_E-R.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
q©wæeãrªt¥yu£ièoép§[å]êaäsëd¢f g¯hàj®k«l¤;¦'ízïxçcáv¬b¨nâmì`î\¡//Q‰W–E“RŠT…Y<E280A6>UƒI˜O™P‡{•}šA”S›D‚F€G<E282AC>H<EFBFBD>JŽK‹L„:†"<22>ZŸX—C‘VŒBˆN’Mœ<<3C>>ž??
|
1
programs/fs/ndn/XLT/ENGL_RUS.XLT
Normal file
1
programs/fs/ndn/XLT/ENGL_RUS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
a b¡cªd¤e¥fäg£håi¨j¦kªl«m¬no®p¯qªràsátâuãv¢w¢xåy©z§A€B<EFBFBD>CŠD„E…F”GƒH•IˆJ†KŠL‹MŒN<EFBFBD>OŽP<EFBFBD>QŠR<EFBFBD>S‘T’U“V‚W‚X•Y‰Z‡
|
1
programs/fs/ndn/XLT/FILE_ID.DIZ
Normal file
1
programs/fs/ndn/XLT/FILE_ID.DIZ
Normal file
@ -0,0 +1 @@
|
|||||||
|
XLT translation files...
|
1
programs/fs/ndn/XLT/INF.XLT
Normal file
1
programs/fs/ndn/XLT/INF.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ע”€ט‰ך‹נ’ו…כ<EFBFBD>ם<EFBFBD><EFBFBD>בּֽ®ֱ¢״כ׀גֵ¥ױ¨ׂה<EFBFBD> ל<EFBFBD>ד‡ג—ץˆב‚ן<EFBFBD>ה„ב‚<EFBFBD>‘ת<EFBFBD>ֹ×ָ©<EFBFBD>םֻ¬ֲחׁדְ¡ֳ§מ<EFBFBD>צƒש<EFBFBD>־¯ֿאי<EFBFBD>ֺ«׳מ<EFBFBD>י׃ו<EFBFBD>ןֶזװ¦ײ£ִ₪ס“<EFBFBD>ט<EFBFBD>ל<EFBFBD>˜נף•ק<EFBFBD>
|
1
programs/fs/ndn/XLT/ISOLAT-1.XLT
Normal file
1
programs/fs/ndn/XLT/ISOLAT-1.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ִ<EFBFBD>ֵ<EFBFBD>ֶ’ײ™״<EFBFBD><EFBFBD><EFBFBD>ה„ו†ז‘צ”ר›<EFBFBD><EFBFBD>
|
0
programs/fs/ndn/XLT/KAR.XLT
Normal file
0
programs/fs/ndn/XLT/KAR.XLT
Normal file
1
programs/fs/ndn/XLT/KEYBOARD.XLT
Normal file
1
programs/fs/ndn/XLT/KEYBOARD.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
q©wæeãrªt¥yu£ièoép§[å]êaäsëd¢f g¯hàj®k«l¤;¦'ízïxçcáv¬b¨nâmì`î\¡//Q‰W–E“RŠT…Y<E280A6>UƒI˜O™P‡{•}šA”S›D‚F€G<E282AC>H<EFBFBD>JŽK‹L„:†"<22>ZŸX—C‘VŒBˆN’Mœ<<3C>>ž??
|
1
programs/fs/ndn/XLT/KOI2WIN.XLT
Normal file
1
programs/fs/ndn/XLT/KOI2WIN.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
。△らΙ└<EFBFBD><EFBFBD><EFBFBD>茜岡喚峡遣紺識鐘絶代剃灘幡物魅齢俯呰夲幃懆晧棧溂<EFBFBD>■い離<EFBFBD>├<EFBFBD>密圷黄巻境軒痕式庄説低凪斐穂<EFBFBD>域<EFBFBD>櫁幃晝滔呷倆懣<EFBFBD>Hョ
|
1
programs/fs/ndn/XLT/KOI8-R.XLT
Normal file
1
programs/fs/ndn/XLT/KOI8-R.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
€膩硞趦縿绤賳脟磮聣翃艐邔軑蹘輳迱皯睊矒魯䲡鶘麠鳂髾驓<EFBFBD>涻滧濤烔燊犕『⒄qぶドΩХɑ┰<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>扒碧驳仇炊倒堆芬杆瓜盒皇钾阶疚奎李翣隆面膜钮其牵儒扫施霜太同苇袭携扬亦俞遭浙枝注仂匐讧坭茼蓍掮哧酁醼鈦銝鋭鍏鏀鐑钑閳陦電鞁韺顛飵饛駸驉髴魭鯎鰡鱾鴾鶝鷩麡鼭龣䲢<EFBFBD><EFBFBD>
|
1
programs/fs/ndn/XLT/KOI8-RUS.XLT
Normal file
1
programs/fs/ndn/XLT/KOI8-RUS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
€膩硞趦縿绤賳脟磮聣翃艐邔軑蹘輳迱皯睊矒魯䲡鶘麠鳂髾驓<EFBFBD>涻滧濤烔燊犕『⒄qぶドΩХɑ┰<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>扒碧驳仇炊倒堆芬杆瓜盒皇钾阶疚奎李翣隆面膜钮其牵儒扫施霜太同苇袭携扬亦俞遭浙枝注仂匐讧坭茼蓍掮哧酁醼鈦銝鋭鍏鏀鐑钑閳陦電鞁韺顛飵饛駸驉髴魭鯎鰡鱾鴾鶝鷩麡鼭龣䲢<EFBFBD><EFBFBD>
|
1
programs/fs/ndn/XLT/LATRUS.XLT
Normal file
1
programs/fs/ndn/XLT/LATRUS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
Q‰W–E“RŠT…Y<EFBFBD>UƒI˜O™P‡A”S›D‚F€G<EFBFBD>H<EFBFBD>JŽK‹L„ZŸX—VŒBˆN’Mœq©wæeãrªt¥yu£ièoép§[å]êaäsëd¢f g¯hàj®k«l¤;¦'ízïxçv¬b¨nâmì,¡.î?,<<3C>>ž/."<22>:†{•}š`¥~…&.^ @"
|
1
programs/fs/ndn/XLT/LF_DEL.XLT
Normal file
1
programs/fs/ndn/XLT/LF_DEL.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
BIN
programs/fs/ndn/XLT/NOT.XLT
Normal file
BIN
programs/fs/ndn/XLT/NOT.XLT
Normal file
Binary file not shown.
1
programs/fs/ndn/XLT/NUMBERS.XLT
Normal file
1
programs/fs/ndn/XLT/NUMBERS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ € <20> ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ <20> Ž <20> <20> ‘ ’ “ ” • – — ˜ ™ š › œ <20> ž Ÿ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
ÿÿÿ
|
31
programs/fs/ndn/XLT/PDF.XLT
Normal file
31
programs/fs/ndn/XLT/PDF.XLT
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<EFBFBD>αΝ<EFBFBD>‡ ·΅Β¥Ξ«Β¥Ο¬
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
24
programs/fs/ndn/XLT/PST.XLT
Normal file
24
programs/fs/ndn/XLT/PST.XLT
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
& ם«
|
||||||
|
.(
|
||||||
|
<:
|
||||||
|
ױ“
|
||||||
|
א¦
|
||||||
|
ב§
|
||||||
|
ג₪
|
||||||
|
ד¥
|
||||||
|
ה¢
|
||||||
|
ז
|
||||||
|
ט®
|
||||||
|
ך¬
|
||||||
|
כ
|
||||||
|
ם«
|
||||||
|
מ¨
|
||||||
|
נז
|
||||||
|
סח
|
||||||
|
ףו
|
||||||
|
פג
|
||||||
|
ץד
|
||||||
|
צא
|
||||||
|
קב
|
||||||
|
תל
|
||||||
|
כ
|
14
programs/fs/ndn/XLT/RECORD.XLT
Normal file
14
programs/fs/ndn/XLT/RECORD.XLT
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
v€w<EFBFBD>x‚y<EFBFBD>z„{…|†~<7E>€Š<E282AC>‹‚Ś<E2809A>Ť„Ž…Ź†<C5B9>‡‘<E280A1>’‰“Š”‹•Ť—”ž
|
||||||
|
– —ˇ<EFBFBD>˘™Łš¤›Ąś¦ť§ž¨ź© Şˇ«˘¬Ł¤®ĄŻÖŕ×áŘâŮăŰĺÝçßéáëâěäîĺď
|
||||||
|
#-$." ( )'1(2)3*4+5,6-7.8/9&0U
|
||||||
|
\f
|
||||||
|
hr
|
||||||
|
jt
|
||||||
|
bl
|
||||||
|
hr
|
||||||
|
ak
|
||||||
|
jt
|
||||||
|
%/
|
||||||
|
[e
|
||||||
|
Zd
|
||||||
|
^h
|
1
programs/fs/ndn/XLT/RUSLAT_D.XLT
Normal file
1
programs/fs/ndn/XLT/RUSLAT_D.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
‰Q–W“EŠR…T<EFBFBD>YƒU˜I™O‡P”A›S‚D€F<EFBFBD>G<EFBFBD>HŽJ‹K„LŸZ—XŒVˆB’NœM©qæwãeªr¥ty£uèiéo§på[ê]äaës¢d f¯gàh®j«k¤l¦;í'ïzçx¬v¨bânìm¡,î.,?./•[š]†;<3B>'<27>,ž.
|
1
programs/fs/ndn/XLT/RUSLAT_K.XLT
Normal file
1
programs/fs/ndn/XLT/RUSLAT_K.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
êQãWõEëRåTîYçUûIýOúPæAùS÷DáFðGòHïJìKäLñZþXíVéBôNøMÊqÃwÕeËrÅtÎyÇuÛiÝoÚpÈ[ß]ÆaÙs×dÁfÐgÒhÏjÌkÄlÖ;Ü'ÑzÞxÍvÉbÔnØmÂ,À.,?./è[ÿ]ö;ü'â,à.ÓcóC
|
1
programs/fs/ndn/XLT/RUSLAT_W.XLT
Normal file
1
programs/fs/ndn/XLT/RUSLAT_W.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ÉQÖWÓEĘRĹTÍYĂUŘIŮOÇPÔAŰSÂDŔFĎGĐHÎJËKÄLßZ×XĚVČBŇNÜMéqöwóeęrĺtíyăuřiůoçpő[ú]ôaűsâdŕfďgđhîjëkälć;ý'˙z÷xěvčbňnümá,ţ.,?./Ő[Ú]Ć;Ý'Á,Ţ.ńcŃC
|
30
programs/fs/ndn/XLT/RUS_DE.XLT
Normal file
30
programs/fs/ndn/XLT/RUS_DE.XLT
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
pא
|
||||||
|
<EFBFBD>ל
|
||||||
|
Ģ
|
||||||
|
„₪
|
||||||
|
…
|
||||||
|
†¥
|
||||||
|
‡§
|
||||||
|
ˆ×
|
||||||
|
‰«
|
||||||
|
<EFBFBD>¨
|
||||||
|
‹¯
|
||||||
|
<EFBFBD>¦
|
||||||
|
<EFBFBD>®
|
||||||
|
<EFBFBD>¬
|
||||||
|
‘¦
|
||||||
|
•ג
|
||||||
|
–כ
|
||||||
|
›ט
|
||||||
|
¡
|
||||||
|
¡
|
||||||
|
¢ד
|
||||||
|
₪ב
|
||||||
|
·€
|
||||||
|
ֶ£
|
||||||
|
װˆ
|
||||||
|
׳<EFBFBD>
|
||||||
|
״<EFBFBD>
|
||||||
|
הו
|
||||||
|
חמ
|
||||||
|
צח
|
1
programs/fs/ndn/XLT/RUS_ENGL.XLT
Normal file
1
programs/fs/ndn/XLT/RUS_ENGL.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
蟵}▔μ千占夙囫甬法勁柒要峨皰跫嫳漮綦輎嶕熯蓳鋊廥膮擤褣襁駾<EFBFBD>A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𧱬㇆𤶸𦭐愢䅼窻㶿𪊟騌塬𡤃𤧬𠁎𥟟䊼㜭簒<EFBFBD><EFBFBD>𢫨冧鬹
|
BIN
programs/fs/ndn/XLT/SHOWSPAC.XLT
Normal file
BIN
programs/fs/ndn/XLT/SHOWSPAC.XLT
Normal file
Binary file not shown.
BIN
programs/fs/ndn/XLT/TEST.TXT
Normal file
BIN
programs/fs/ndn/XLT/TEST.TXT
Normal file
Binary file not shown.
1
programs/fs/ndn/XLT/UNICODE.XLT
Normal file
1
programs/fs/ndn/XLT/UNICODE.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
<20>
<10><11><12><13><14><15><16><17><18><19><1A><1B><1C><1D><1E><1F> <20>!<21>"<22>#<23>$<24>%<25>&<26>'<27>(<28>)<29>*<2A>+<2B>,<2C>-<2D>.<2E>/<2F>0<EFBFBD>1<EFBFBD>2<EFBFBD>3<EFBFBD>4<EFBFBD>5<EFBFBD>6<EFBFBD>7<EFBFBD>8<EFBFBD>9<EFBFBD>:<3A>;<3B><<3C>=<3D>><3E>?<3F>@<40>A<EFBFBD>B<EFBFBD>C<EFBFBD>D<EFBFBD>E<EFBFBD>F<EFBFBD>G<EFBFBD>H<EFBFBD>I<EFBFBD>J<EFBFBD>K<EFBFBD>L<EFBFBD>M<EFBFBD>N<EFBFBD>O<EFBFBD>
|
1
programs/fs/ndn/XLT/UTF8.XLT
Normal file
1
programs/fs/ndn/XLT/UTF8.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ワ ミ ム ミ ` ツ <20> 逗早窒塔売腐昧裸<E698A7>刮嚏寞恁搓梹沛<E6A2B9>寸造張豆櫨沸密葎乘飭圻岻惆攬椡<E694AC> ー<>ア。イ「ウ」エ、オ・カヲキァクィケゥコェサォシャスュセョソッ焉痰窿繖艱蜀諛辷濶驫鼡<E9A9AB><E9BCA1>寬譓<E5AFAC>
|
34
programs/fs/ndn/XLT/UTF8_1.XLT
Normal file
34
programs/fs/ndn/XLT/UTF8_1.XLT
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
ァ --
|
||||||
|
ム<EFBFBD>
|
||||||
|
メ。
|
||||||
|
モ「
|
||||||
|
ヤ」
|
||||||
|
ユ、
|
||||||
|
ヨ・
|
||||||
|
リヲ
|
||||||
|
ルァ
|
||||||
|
レィ
|
||||||
|
ワェ
|
||||||
|
ンォ
|
||||||
|
゙ャ
|
||||||
|
゚ュ
|
||||||
|
牋
|
||||||
|
皹
|
||||||
|
籵
|
||||||
|
聶
|
||||||
|
葢
|
||||||
|
裙
|
||||||
|
趾
|
||||||
|
鈑
|
||||||
|
韆
|
||||||
|
鱸
|
||||||
|
<EFBFBD>
|
||||||
|
<EFBFBD>
|
||||||
|
<EFBFBD>
|
||||||
|
溿
|
||||||
|
黑
|
||||||
|
<EFBFBD>
|
||||||
|
<EFBFBD>
|
||||||
|
<EFBFBD>
|
||||||
|
ロゥ
|
||||||
|
。「▲うΗ┬<EFBFBD><EFBFBD><EFBFBD>悪荻姦彊険魂竺彰正其跳童塙丙婿亮仆匸埒崟愾畋榁<EFBFBD>
|
42
programs/fs/ndn/XLT/UTF8_2.XLT
Normal file
42
programs/fs/ndn/XLT/UTF8_2.XLT
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
!!
|
||||||
|
I<EFBFBD>
|
||||||
|
_„
|
||||||
|
c‡
|
||||||
|
i‘
|
||||||
|
pp
|
||||||
|
pp
|
||||||
|
<EFBFBD>„
|
||||||
|
‘
|
||||||
|
’¡
|
||||||
|
“¢
|
||||||
|
ӣ
|
||||||
|
•¤
|
||||||
|
–¥
|
||||||
|
˜¦
|
||||||
|
™§
|
||||||
|
š¨
|
||||||
|
›©
|
||||||
|
ϻ
|
||||||
|
<EFBFBD>«
|
||||||
|
ž¬
|
||||||
|
Ÿ
|
||||||
|
®
|
||||||
|
¡¯
|
||||||
|
¢à
|
||||||
|
£á
|
||||||
|
¤â
|
||||||
|
¥ã
|
||||||
|
§å
|
||||||
|
©ç
|
||||||
|
«é
|
||||||
|
ë
|
||||||
|
®ì
|
||||||
|
¯í
|
||||||
|
àî
|
||||||
|
áï
|
||||||
|
òˆ
|
||||||
|
ö€
|
||||||
|
ú•
|
||||||
|
ªè
|
||||||
|
øŽ
|
||||||
|
rŒ
|
1
programs/fs/ndn/XLT/WIN&KOI.XLT
Normal file
1
programs/fs/ndn/XLT/WIN&KOI.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
゙<EFBFBD>タ。チ「ヨ」ト、ナ・ヤヲテァユィネゥノェハォヒャフュヘョホッマ珀瞎簷耡萼衄貭釛鞆鯢<EFBFBD><EFBFBD><EFBFBD>櫤飯<EFBFBD>焉痰<EFBFBD>舮蜈<EFBFBD>繚<EFBFBD>濶驫鼡<EFBFBD><EFBFBD>寬譓<EFBFBD><EFBFBD>択提尼樋墓問聯傴咏奢<EFBFBD>戍暝檄<EFBFBD>
|
1
programs/fs/ndn/XLT/WIN2GER.XLT
Normal file
1
programs/fs/ndn/XLT/WIN2GER.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ה„צ”<EFBFBD><EFBFBD><EFBFBD>בִ<EFBFBD>ײ™<EFBFBD><EFBFBD>
|
1
programs/fs/ndn/XLT/WIN866!.XLT
Normal file
1
programs/fs/ndn/XLT/WIN866!.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
ю─а│б┌ц┐д└е┘ф├г┤х┬и┴й┼к▀л▄м█н▌о▐п░я▒р▓с⌠т■у∙ж√в≈ь≤ы≥з ш⌡э°щ²ч·ъ÷Ю═А║Б╒ЦёД╓Е╔Ф╕Г╖Х╗И╘Й╙К╚Л╛М╜Н╝О╞ПЮЯАРБСЦТДУЕЖФВГЬХЫИЗЙШКЭЛЩМЧНЪО╦Я╗П
|
1
programs/fs/ndn/XLT/WIN866.XLT
Normal file
1
programs/fs/ndn/XLT/WIN866.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
─ │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼ ▀ ▄ █ ▌ ▐ ░ ▒ ▓ ⌠ ■ ∙ √ ≈ ≤ ≥ ⌡ ° ² · ÷ ═ ║ ╒ ё ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ Ё ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬ © ю─а│б┌ц┐д└е┘ф├г┤х┬и┴й┼к▀л▄м█н▌о▐п░я▒р▓с⌠т■у∙ж√в≈ь≤ы≥з ш⌡э°щ²ч·ъ÷Ю═А║Б╒ЦёД╓Е╔Ф╕Г╖Х╗И╘Й╙К╚Л╛М╜Н╝О╞ПЮЯАРБСЦТДУЕЖФВГЬХЫИЗЙШКЭЛЩМЧНЪО╦Я╗П
|
1
programs/fs/ndn/XLT/WINDOWS.XLT
Normal file
1
programs/fs/ndn/XLT/WINDOWS.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
─ │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼ ▀ ▄ █ ▌ ▐ ░ ▒ ▓ ⌠ ■ ∙ √ ≈ ≤ ≥ ⌡ ° ² · ÷ ═ ║ ╒ ё ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ Ё ╢ ╣ ╤ ╥ ╦Я╧ ╨ ╩ ╪ ╫ ╬ © ю─а│б┌ц┐д└е┘ф├г┤х┬и┴й┼к▀л▄м█н▌о▐п░я▒р▓с⌠т■у∙ж√в≈ь≤ы≥з ш⌡э°щ²ч·ъ÷Ю═А║Б╒ЦёД╓Е╔Ф╕Г╖Х╗И╘Й╙К╚Л╛М╜Н╝О╞ПЮЯАРБСЦТДУЕЖФВГЬХЫИЗЙШКЭЛЩМЧНЪО
|
1
programs/fs/ndn/XLT/WINME.XLT
Normal file
1
programs/fs/ndn/XLT/WINME.XLT
Normal file
@ -0,0 +1 @@
|
|||||||
|
<10><11><12><13><14><15><16><17><18><19><1A><1B><1C><1D><1E><1F> <20>!<21>"<22>#<23>$<24>%<25>&<26>'<27>(<28>)<29>*<2A>+<2B>,<2C>-<2D>.<2E>/<2F>0<EFBFBD>1<EFBFBD>2<EFBFBD>3<EFBFBD>4<EFBFBD>5<EFBFBD>6<EFBFBD>7<EFBFBD>8<EFBFBD>9<EFBFBD>:<3A>;<3B><<3C>=<3D>><3E>?<3F>@<40>A<EFBFBD>B<EFBFBD>C<EFBFBD>D<EFBFBD>E<EFBFBD>F<EFBFBD>G<EFBFBD>H<EFBFBD>I<EFBFBD>J<EFBFBD>K<EFBFBD>L<EFBFBD>M<EFBFBD>N<EFBFBD>O<EFBFBD>
|
BIN
programs/fs/ndn/XLT/WINTOKOI.XLT
Normal file
BIN
programs/fs/ndn/XLT/WINTOKOI.XLT
Normal file
Binary file not shown.
1199
programs/fs/ndn/archiver.ini
Normal file
1199
programs/fs/ndn/archiver.ini
Normal file
File diff suppressed because it is too large
Load Diff
BIN
programs/fs/ndn/ndn.dsk
Normal file
BIN
programs/fs/ndn/ndn.dsk
Normal file
Binary file not shown.
8
programs/fs/ndn/ndn.flt
Normal file
8
programs/fs/ndn/ndn.flt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
; Necromancer's Dos Navigator Filters File
|
||||||
|
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
||||||
|
; Name=Filters
|
||||||
|
ExecFilter=*.bat;*.com;*.exe;*.cmd;*.sh
|
||||||
|
MyPictures=*.jpg;*.png;*.gif;*.tga
|
||||||
|
MyArchives=*.rar;*.zip;*.7z
|
||||||
|
AllFiles=*.*
|
||||||
|
NewArchive=*.rar;*.arc;*.bsa;*.bs2;*.zip;*.arj;*.lzh;*.hyp;*.chz;*.sqz;*.zoo;*.hap;*.ice;*.pak;*.lim;*.ha ;*.uc2;*.ain;*.lha;*.tar;*.tdr;*.cab;*.ace;*.hpk;*.gz ;*.tgz;*.taz;*.z ;*.$z ;*.j ;*.aci;*.aic;*.777;*.acb;*.boa;*.imp;*.ufa;*.jar;*.r++;*.a++;*.7z;*.uha
|
BIN
programs/fs/ndn/ndn.his
Normal file
BIN
programs/fs/ndn/ndn.his
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ndn.idx
Normal file
BIN
programs/fs/ndn/ndn.idx
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ndn.ini
Normal file
BIN
programs/fs/ndn/ndn.ini
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ndn.man
Normal file
BIN
programs/fs/ndn/ndn.man
Normal file
Binary file not shown.
BIN
programs/fs/ndn/ndn.tfe
Normal file
BIN
programs/fs/ndn/ndn.tfe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user