home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / BootCD / vc.uha / NTFSDOS.MNU < prev    next >
Encoding:
Text File  |  2007-05-11  |  14.4 KB  |  391 lines

  1. 1:      Compress with ACE (file names not converted!)
  2.         @ECHO  Change to work into the temporary directory...
  3.         C:
  4.         %%TEMP%%\
  5.         cd \
  6.         cd %%TEMP%%\.
  7.         cd %%TEMP%%.\
  8.         combilst.exe "!:!~\" "!~@"
  9.         ACE a ![(path) archive name  (not in NTFS partitions)] @COMBILST.LST
  10.         @del COMBILST.LST
  11.         !:
  12.         cd !~\.
  13.  
  14. 2:      Compress with ARJ (file names not converted!)
  15.         @ECHO  Change to work into the temporary directory...
  16.         C:
  17.         %%TEMP%%\
  18.         cd \
  19.         cd %%TEMP%%\.
  20.         cd %%TEMP%%.\
  21.         combilst.exe "!:!~\" "!~@"
  22.         ARJ A -a ![(path) archive name  (not in NTFS partitions)] !!COMBILST.LST
  23.         @del COMBILST.LST
  24.         !:
  25.         cd !~\.
  26.  
  27. 3:      Compress with ZIP (file names not converted!)
  28.         @ECHO  Change to work into the temporary directory...
  29.         C:
  30.         %%TEMP%%\
  31.         cd \
  32.         cd %%TEMP%%\.
  33.         cd %%TEMP%%.\
  34.         combilst.exe "!:!~\" "!~@"
  35.         PKZIP -Pex -whs -n ![(path) archive name  (not in NTFS partitions)] @COMBILST.LST
  36.         @del COMBILST.LST
  37.         !:
  38.         cd !~\.
  39.  
  40. 4:      Compress as Multi Volume Archive with ACE (names not conv.)
  41.         @ECHO  Change to work into the temporary directory...
  42.         C:
  43.         %%TEMP%%\
  44.         cd \
  45.         cd %%TEMP%%\.
  46.         cd %%TEMP%%.\
  47.         combilst.exe "!:!~\" "!~@"
  48.         @REM ![(path) archive name  (not in NTFS partitions)]
  49.         ACE a !0 -v![Volume Size in kB  (nothing for autodetecting)] @COMBILST.LST
  50.         @del COMBILST.LST
  51.         !:
  52.         cd !~\.
  53.  
  54. 5:      Compress into 1.38 MByte blocks with ARJ (names not conv.)
  55.         @ECHO  Change to work into the temporary directory...
  56.         C:
  57.         %%TEMP%%\
  58.         cd \
  59.         cd %%TEMP%%\.
  60.         cd %%TEMP%%.\
  61.         combilst.exe "!:!~\" "!~@"
  62.         ARJ A -a -v1440 -y ![(path) archive name  (not in NTFS partitions)] !!COMBILST.LST
  63.         @del COMBILST.LST
  64.         !:
  65.         cd !~\.
  66.  
  67. -----------------------------------------------------------
  68.         NTFSDOS.MNU
  69.  
  70. A:      Compress with ACE (include LFN RESTORE.BAT)
  71.         @ECHO  Change to work into the temporary directory...
  72.         C:
  73.         %%TEMP%%\
  74.         cd \
  75.         cd %%TEMP%%\.
  76.         cd %%TEMP%%.\
  77.         @ECHO  Delete old temp files...
  78.         @IF EXIST COMBILST.LST del COMBILST.LST
  79.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  80.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  81.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  82.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  83.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  84.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  85.         @ECHO  Create Filelist.txt...
  86.         combilst.exe !:!~\ !~@
  87.         rename combilst.lst filelist.txt
  88.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  89.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  90.         rename combilst.lst mkdirlst.bat
  91.         copy flstedit.lst flstedit.old
  92.         @ECHO.
  93.         @ECHO  Create Dir_List.txt, Please wait ...
  94.         @call mkdirlst.bat
  95.         @ECHO  Create Restore.bat...
  96.         flstedit.exe flstedit.old /noDouble /noDrive
  97.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  98.         type combilst.lst > restore.bat
  99.         combilst.exe "combilst.lst" "\*.*"
  100.         type combilst.lst >> restore.bat
  101.         flstedit.exe filelist.txt /m2
  102.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  103.         flstedit.exe rec_lfn.lst /m1
  104.         combilst.exe "rename " "flstedit.lst"
  105.         type combilst.lst >> restore.bat
  106.         flstedit.exe flstedit.old /m2 /reverse
  107.         del flstedit.old
  108.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  109.         flstedit.exe rec_lfn.lst /m1
  110.         combilst.exe "rename " "flstedit.lst"
  111.         type combilst.lst >> restore.bat
  112.         @ECHO  Delete temp files...
  113.         @del COMBILST.LST
  114.         @del FLSTEDIT.LST
  115.         @del REC_LFN.LST
  116.         @del MKDIRLST.BAT
  117.         @del DIR_LIST.TXT
  118.         @REM ![(path) archive name  (not in NTFS partitions)]
  119.         ACE a !0 @FILELIST.TXT FILELIST.TXT RESTORE.BAT
  120.         !:
  121.         cd !~\.
  122.  
  123. J:      Compress with ARJ (include LFN RESTORE.BAT)
  124.         @ECHO  Change to work into the temporary directory...
  125.         C:
  126.         %%TEMP%%\
  127.         cd \
  128.         cd %%TEMP%%\.
  129.         cd %%TEMP%%.\
  130.         @ECHO  Delete old temp files...
  131.         @IF EXIST COMBILST.LST del COMBILST.LST
  132.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  133.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  134.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  135.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  136.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  137.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  138.         @ECHO  Create Filelist.txt...
  139.         combilst.exe !:!~\ !~@
  140.         rename combilst.lst filelist.txt
  141.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  142.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  143.         rename combilst.lst mkdirlst.bat
  144.         copy flstedit.lst flstedit.old
  145.         @ECHO.
  146.         @ECHO  Create Dir_List.txt, Please wait ...
  147.         @call mkdirlst.bat
  148.         @ECHO  Create Restore.bat...
  149.         flstedit.exe flstedit.old /noDouble /noDrive
  150.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  151.         type combilst.lst > restore.bat
  152.         combilst.exe "combilst.lst" "\*.*"
  153.         type combilst.lst >> restore.bat
  154.         flstedit.exe filelist.txt /m2
  155.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  156.         flstedit.exe rec_lfn.lst /m1
  157.         combilst.exe "rename " "flstedit.lst"
  158.         type combilst.lst >> restore.bat
  159.         flstedit.exe flstedit.old /m2 /reverse
  160.         del flstedit.old
  161.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  162.         flstedit.exe rec_lfn.lst /m1
  163.         combilst.exe "rename " "flstedit.lst"
  164.         type combilst.lst >> restore.bat
  165.         @ECHO  Delete temp files...
  166.         @del COMBILST.LST
  167.         @del FLSTEDIT.LST
  168.         @del REC_LFN.LST
  169.         @del MKDIRLST.BAT
  170.         @del DIR_LIST.TXT
  171.         @REM ![(path) archive name  (not in NTFS partitions)]
  172.         ARJ A -a !0 !!FILELIST.TXT FILELIST.TXT RESTORE.BAT
  173.         !:
  174.         cd !~\.
  175.  
  176. Z:      Compress with ZIP (include LFN RESTORE.BAT)
  177.         @ECHO  Change to work into the temporary directory...
  178.         C:
  179.         %%TEMP%%\
  180.         cd \
  181.         cd %%TEMP%%\.
  182.         cd %%TEMP%%.\
  183.         @ECHO  Delete old temp files...
  184.         @IF EXIST COMBILST.LST del COMBILST.LST
  185.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  186.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  187.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  188.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  189.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  190.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  191.         @ECHO  Create Filelist.txt...
  192.         combilst.exe !:!~\ !~@
  193.         rename combilst.lst filelist.txt
  194.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  195.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  196.         rename combilst.lst mkdirlst.bat
  197.         copy flstedit.lst flstedit.old
  198.         @ECHO.
  199.         @ECHO  Create Dir_List.txt, Please wait ...
  200.         @call mkdirlst.bat
  201.         @ECHO  Create Restore.bat...
  202.         flstedit.exe flstedit.old /noDouble /noDrive
  203.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  204.         type combilst.lst > restore.bat
  205.         combilst.exe "combilst.lst" "\*.*"
  206.         type combilst.lst >> restore.bat
  207.         flstedit.exe filelist.txt /m2
  208.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  209.         flstedit.exe rec_lfn.lst /m1
  210.         combilst.exe "rename " "flstedit.lst"
  211.         type combilst.lst >> restore.bat
  212.         flstedit.exe flstedit.old /m2 /reverse
  213.         del flstedit.old
  214.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  215.         flstedit.exe rec_lfn.lst /m1
  216.         combilst.exe "rename " "flstedit.lst"
  217.         type combilst.lst >> restore.bat
  218.         @ECHO  Delete temp files...
  219.         @del COMBILST.LST
  220.         @del FLSTEDIT.LST
  221.         @del REC_LFN.LST
  222.         @del MKDIRLST.BAT
  223.         @del DIR_LIST.TXT
  224.         @REM ![(path) archive name  (not in NTFS partitions)]
  225.         PKZIP -Pex -whs -n !0 @FILELIST.TXT FILELIST.TXT RESTORE.BAT
  226.         !:
  227.         cd !~\.
  228.  
  229. V:      Multi Volume Archive with ACE (include LFN RESTORE.BAT)
  230.         @ECHO  Change to work into the temporary directory...
  231.         C:
  232.         %%TEMP%%\
  233.         cd \
  234.         cd %%TEMP%%\.
  235.         cd %%TEMP%%.\
  236.         @ECHO  Delete old temp files...
  237.         @IF EXIST COMBILST.LST del COMBILST.LST
  238.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  239.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  240.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  241.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  242.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  243.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  244.         @ECHO  Create Filelist.txt...
  245.         combilst.exe !:!~\ !~@
  246.         rename combilst.lst filelist.txt
  247.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  248.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  249.         rename combilst.lst mkdirlst.bat
  250.         copy flstedit.lst flstedit.old
  251.         @ECHO.
  252.         @ECHO  Create Dir_List.txt, Please wait ...
  253.         @call mkdirlst.bat
  254.         @ECHO  Create Restore.bat...
  255.         flstedit.exe flstedit.old /noDouble /noDrive
  256.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  257.         type combilst.lst > restore.bat
  258.         combilst.exe "combilst.lst" "\*.*"
  259.         type combilst.lst >> restore.bat
  260.         flstedit.exe filelist.txt /m2
  261.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  262.         flstedit.exe rec_lfn.lst /m1
  263.         combilst.exe "rename " "flstedit.lst"
  264.         type combilst.lst >> restore.bat
  265.         flstedit.exe flstedit.old /m2 /reverse
  266.         del flstedit.old
  267.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  268.         flstedit.exe rec_lfn.lst /m1
  269.         combilst.exe "rename " "flstedit.lst"
  270.         type combilst.lst >> restore.bat
  271.         @ECHO  Delete temp files...
  272.         @del COMBILST.LST
  273.         @del FLSTEDIT.LST
  274.         @del REC_LFN.LST
  275.         @del MKDIRLST.BAT
  276.         @del DIR_LIST.TXT
  277.         @REM ![(path) archive name  (not in NTFS partitions)]
  278.         ACE a !0 -v![Volume Size in kB  (nothing for autodetecting)] @FILELIST.TXT FILELIST.TXT RESTORE.BAT
  279.         !:
  280.         cd !~\.
  281.  
  282. B:      Compress into 1.38 MB blocks with ARJ (include RESTORE.BAT)
  283.         @ECHO  Change to work into the temporary directory...
  284.         C:
  285.         %%TEMP%%\
  286.         cd \
  287.         cd %%TEMP%%\.
  288.         cd %%TEMP%%.\
  289.         @ECHO  Delete old temp files...
  290.         @IF EXIST COMBILST.LST del COMBILST.LST
  291.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  292.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  293.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  294.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  295.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  296.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  297.         @ECHO  Create Filelist.txt...
  298.         combilst.exe !:!~\ !~@
  299.         rename combilst.lst filelist.txt
  300.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  301.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  302.         rename combilst.lst mkdirlst.bat
  303.         copy flstedit.lst flstedit.old
  304.         @ECHO.
  305.         @ECHO  Create Dir_List.txt, Please wait ...
  306.         @call mkdirlst.bat
  307.         @ECHO  Create Restore.bat...
  308.         flstedit.exe flstedit.old /noDouble /noDrive
  309.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  310.         type combilst.lst > restore.bat
  311.         combilst.exe "combilst.lst" "\*.*"
  312.         type combilst.lst >> restore.bat
  313.         flstedit.exe filelist.txt /m2
  314.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  315.         flstedit.exe rec_lfn.lst /m1
  316.         combilst.exe "rename " "flstedit.lst"
  317.         type combilst.lst >> restore.bat
  318.         flstedit.exe flstedit.old /m2 /reverse
  319.         del flstedit.old
  320.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  321.         flstedit.exe rec_lfn.lst /m1
  322.         combilst.exe "rename " "flstedit.lst"
  323.         type combilst.lst >> restore.bat
  324.         @ECHO  Delete temp files...
  325.         @del COMBILST.LST
  326.         @del FLSTEDIT.LST
  327.         @del REC_LFN.LST
  328.         @del MKDIRLST.BAT
  329.         @del DIR_LIST.TXT
  330.         @REM ![(path) archive name  (not in NTFS partitions)]
  331.         ARJ A -a -v1440 -y !0 !!FILELIST.TXT FILELIST.TXT RESTORE.BAT
  332.         !:
  333.         cd !~\.
  334.  
  335. R:      Create only the RESTORE.BAT (in the temporary directory)
  336.         @ECHO  Change to work into the temporary directory...
  337.         C:
  338.         %%TEMP%%\
  339.         cd \
  340.         cd %%TEMP%%\.
  341.         cd %%TEMP%%.\
  342.         @ECHO  Delete old temp files...
  343.         @IF EXIST COMBILST.LST del COMBILST.LST
  344.         @IF EXIST FLSTEDIT.LST del FLSTEDIT.LST
  345.         @IF EXIST REC_LFN.LST del REC_LFN.LST
  346.         @IF EXIST FILELIST.TXT del FILELIST.TXT
  347.         @IF EXIST DIR_LIST.TXT del DIR_LIST.TXT
  348.         @IF EXIST RESTORE.BAT del RESTORE.BAT
  349.         @IF EXIST MKDIRLST.BAT del MKDIRLST.BAT
  350.         @ECHO  Create Filelist.txt...
  351.         combilst.exe !:!~\ !~@
  352.         rename combilst.lst filelist.txt
  353.         flstedit.exe filelist.txt /noDoubleC /noFiles /split
  354.         combilst.exe "@dir /A " "flstedit.lst" " >> DIR_LIST.TXT"
  355.         rename combilst.lst mkdirlst.bat
  356.         copy flstedit.lst flstedit.old
  357.         @ECHO.
  358.         @ECHO  Create Dir_List.txt, Please wait ...
  359.         @call mkdirlst.bat
  360.         @ECHO  Create Restore.bat...
  361.         flstedit.exe flstedit.old /noDouble /noDrive
  362.         combilst.exe "attrib -r -s -h " "flstedit.lst"
  363.         type combilst.lst > restore.bat
  364.         combilst.exe "combilst.lst" "\*.*"
  365.         type combilst.lst >> restore.bat
  366.         flstedit.exe filelist.txt /m2
  367.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  368.         flstedit.exe rec_lfn.lst /m1
  369.         combilst.exe "rename " "flstedit.lst"
  370.         type combilst.lst >> restore.bat
  371.         flstedit.exe flstedit.old /m2 /reverse
  372.         del flstedit.old
  373.         rec_lfn.exe flstedit.lst dir_list.txt /namebeside
  374.         flstedit.exe rec_lfn.lst /m1
  375.         combilst.exe "rename " "flstedit.lst"
  376.         type combilst.lst >> restore.bat
  377.         @ECHO  Delete temp files...
  378.         @del COMBILST.LST
  379.         @del FLSTEDIT.LST
  380.         @del REC_LFN.LST
  381.         @del MKDIRLST.BAT
  382.  
  383. I:      Information to the usage of the LFN RESTORE.BAT
  384.         ntfsdosi.mnu
  385.  
  386. -----------------------------------------------------------
  387.         NTFSDOS.MNU
  388.  
  389. F10:    Main Menu
  390.     vc.mnu
  391.