home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 September / PCpro_2006_09.ISO / dosapps / ndn / ndn.ext < prev    next >
Encoding:
Text File  |  2005-05-04  |  3.8 KB  |  150 lines

  1. ; Necromancer's Dos Navigator Extension configuration file │
  2. ; ─────────────────────────────────────────────────────────┘
  3. ; Syntax: {} Enter, () Shift-Enter, [] Alt-Enter
  4. ;         asm,pas or asm;pas possible as filter
  5. ;         therefore comments only work at the first position of a string
  6. ;         you can comment the whole block by commenting the filter
  7. ;         ~!.!~/~!.ext Insert SFN (LFN default)
  8. ;
  9. ;Detailed help on the !.! expansion macros is available in the online help
  10. ;under the topic USER MENU -> MENU MACROS
  11. ; ───────────────────────── Assembler ───────────────────────────────────
  12. asm{    @echo off
  13.     echo ┌────────────────────────────────────
  14.     echo │ Assembling and linking COM file... █
  15.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  16.     tasm !
  17.     tlink /t /x !.obj
  18.    }
  19. asm(    @echo off
  20.     echo ┌────────────────────────────────────
  21.     echo │ Assembling and linking EXE file... █
  22.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  23.     tasm !
  24.     tlink /x !.obj
  25.    )
  26. asm[
  27.    >1 ~A~ssemble only
  28.     tasm ! /m2
  29.    >1 Assemble & link ~C~OM file
  30.     tasm !
  31.     tlink /t/x !.obj
  32.    >1 Assemble & link E~X~E file
  33.     tasm !
  34.     tlink /x !.obj
  35.    ]
  36. obj{    @echo off
  37.     echo ┌─────────────────────────────
  38.     echo │ Linking file as COM file... █
  39.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  40.     tlink /t/x !.obj
  41.    }
  42. ; ────────────────── Programming  Languages ───────────────────────────
  43. bas{    D:\langs\pb\pb.exe ~!.!~}
  44. c  {    bcc32 -g1 -j1 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
  45.     !.exe
  46.    }
  47. cpp{    d:\langs\bc\bin\bc.exe ~!.!~}
  48. prj{    d:\langs\bc\bin\bc.exe ~!.!~}
  49. tp (    d:\langs\bp\bin\bp.exe /c~!.!~)
  50. tp {    d:\langs\bp\bin\bp.exe /c~!.!~}
  51. pas{    bpc ~!.!~}
  52. pas[    >1 ~B~orland Pascal
  53.     bpc ~!.!~
  54.     >1 ~V~irtual Pascal
  55.     vpc.exe !.!
  56.    ]
  57. c  [    >1 ~B~orland C++ 32Bit
  58.     bcc32 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
  59.     >1 ~W~atcom C/C++ 32bit
  60.     wcl386 -CC -l=wdosx -i=e:\wc\h !.!
  61.     >1 ~G~nu C/C++ 32bit
  62.     gcc !.! -o !.exe
  63.     >1 ~T~urbo C/C++ 16bit
  64.     tcc -Ie:\tc\INCLUDE -Le:\tc\LIB !.!
  65.    ]
  66. java{   @echo.
  67.     @echo ■ Compiling ■
  68.     @D:\PROGRA~1\JAVASD~1.4\BIN\javac.exe !.!
  69.     @echo ■ Running ■
  70.     @D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
  71. }
  72. class{  @echo.
  73.     @echo ■ Running ■
  74.     @D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
  75. }
  76. ; ───────────────────────── Archivers ──────────────────────────────────
  77. lst(    arj a -jm ! !!!.!
  78.     del !.!)
  79. lst{    pkzip -ex ! @!.!
  80.     del !.!}
  81. ice{    lha x !.! *.* }
  82. ice(    have !.!)
  83. arj{    arj x !.! }
  84. arj(    arj x !.! e:)
  85. zip{    pkunzip -d !.!}
  86. zip(    pkunzip !.! e:)
  87.  
  88. ; ─────────────────────────── FoxPro ───────────────────────────────────
  89. mpr{    foxprol !.!}
  90. spr{    foxprol !.!}
  91. pjx{    foxprol !.!}
  92. prg{    foxprol !.!}
  93. fxp{    foxprol !.!}
  94.  
  95. ; ──────────────────────────── TeX ─────────────────────────────────────
  96. tex( C:\Programme\Tex\texmf\miktex\bin\pdflatex.exe -silent !.!
  97.      !.pdf )
  98.  
  99. tex{ C:\Programme\Tex\texmf\miktex\bin\latex.exe -silent !.!
  100.      !.dvi }
  101.  
  102. ; ────────────────────────────── Misc ──────────────────────────────────
  103. stm{    ..\StMod ! F}
  104. bak{    del *.bak}
  105. sc {    paradox !.!}
  106. pcx{    pcxview !.! }
  107. $$${    del !.!}
  108. pkt{    pktview !.!}
  109. sch{    cap !.! }
  110. pcb{    cad !.! }
  111. UUE{    E:\SYS\UTIL\UUDECODE !.!}
  112.  
  113. ss{
  114.    @echo off
  115.    ren ~!.!~ ~!.EXE
  116.    ~!.EXE
  117.    ren ~!.EXE ~!.SS
  118.     }
  119.  
  120. ans{    AnSi
  121.     cls
  122.     TYPE !.!
  123.    }
  124.  
  125. ; ~»α«»¿ßáΓ∞ íπ¬óπ éáΦÑú« CD-ROM ñαá⌐óá
  126. cda{
  127.     dss Z:!.!
  128.    }
  129.  
  130. ; ─────────────────────────── All files ────────────────────────────────
  131.  
  132. ; This menu starts up by Alt-Enter for all files
  133. *  (   >1 Convert ~!.!~ ~t~o UUE
  134.        < Enter number of lines
  135.        <=200
  136.        E:\SYS\UTIL\UUENCODE -s%3 !.!
  137.        >1 Convert ~!.!~ ~f~rom UUE
  138.        E:\SYS\UTIL\UUDECODE !.!
  139.    )
  140.  
  141. *(
  142. ;Use this in W9x
  143. ;  @start "!.!"
  144. ;and this in NT/2k/XP
  145. ;  @start "" "!.!"
  146. )
  147.  
  148. *{ @"!.!" }
  149.  
  150.