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

  1. X:      ... Back
  2.         LIST.MNU
  3.  
  4. C:      Create the list of files (VC.LST) (Short names)
  5.         C:
  6.         %%TEMP%%\
  7.         cd \
  8.         cd %%TEMP%%\.
  9.         cd %%TEMP%%.\
  10.         @del combilst.lst
  11.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "!~@"
  12.         IF EXIST COMBILST.LST combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  13.         IF NOT EXIST COMBILST.LST combilst.exe "!~@" "!1"
  14.         @COPY combilst.lst !:!~\VC.LST
  15.         @del combilst.lst
  16.     @ECHO The list of files was created in VC.LST file
  17.         !:
  18.         cd !~\.
  19.  
  20. R:      Create the list of files with relative path (long or short)
  21.         C:
  22.         %%TEMP%%\
  23.         cd \
  24.         cd %%TEMP%%\.
  25.         cd %%TEMP%%.\
  26.         @del combilst.lst
  27.         @REM Do not remove this line ![(path) list name  (to save long names activate the view of LFNs)]
  28.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "!@"
  29.         IF EXIST COMBILST.LST combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  30.         IF NOT EXIST COMBILST.LST combilst.exe "!@" "!2"
  31.         @COPY combilst.lst !0
  32.         @del combilst.lst
  33.     @ECHO The list of files was created in !0
  34.  
  35. S:      Create list with full path (no drive letter) (Short names)
  36.         C:
  37.         %%TEMP%%\
  38.         cd \
  39.         cd %%TEMP%%\.
  40.         cd %%TEMP%%.\
  41.         @del combilst.lst
  42.         @REM Do not remove this line ![(path) list name]
  43.         combilst.exe !:!~\ !~@
  44.         flstedit.exe combilst.lst /noDrive
  45.         @del combilst.lst
  46.         @ren flstedit.lst combilst.lst
  47.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "combilst.lst"
  48.         combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  49.         @COPY combilst.lst !0
  50.         @del combilst.lst
  51.         @del flstedit.lst
  52.     @ECHO The list of files was created in !0
  53.  
  54. L:      Create list with full path (no drive letter) (Long names)
  55.         C:
  56.         %%TEMP%%\
  57.         cd \
  58.         cd %%TEMP%%\.
  59.         cd %%TEMP%%.\
  60.         @del combilst.lst
  61.         @REM Do not remove this line ![(path) list name    (the view of long names must be activated)]
  62.         combilst.exe "!:!\" "!@"
  63.         flstedit.exe combilst.lst /noDrive
  64.         @del combilst.lst
  65.         @ren flstedit.lst combilst.lst
  66.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "combilst.lst"
  67.         combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  68.         @COPY combilst.lst !0
  69.         @del combilst.lst
  70.         @del flstedit.lst
  71.     @ECHO The list of files was created in !0
  72.  
  73. D:      Create list with full path incl. drive letter (Short names)
  74.         C:
  75.         %%TEMP%%\
  76.         cd \
  77.         cd %%TEMP%%\.
  78.         cd %%TEMP%%.\
  79.         @del combilst.lst
  80.         @REM Do not remove this line ![(path) list name]
  81.         combilst.exe !:!~\ !~@
  82.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "combilst.lst"
  83.         combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  84.         @COPY combilst.lst !0
  85.         @del combilst.lst
  86.     @ECHO The list of files was created in !0
  87.  
  88. F:      Create list with full path incl. drive letter (Long names)
  89.         C:
  90.         %%TEMP%%\
  91.         cd \
  92.         cd %%TEMP%%\.
  93.         cd %%TEMP%%.\
  94.         @del combilst.lst
  95.         @REM Do not remove this line ![(path) list name    (the view of long names must be activated)]
  96.         combilst.exe "!:!\" "!@"
  97.         combilst.exe "![Add Text String before every line (Cannot contain " )]" "combilst.lst"
  98.         combilst.exe "combilst.lst" "![Add Text String after every line (Cannot contain " )]"
  99.         @COPY combilst.lst !0
  100.         @del combilst.lst
  101.     @ECHO The list of files was created in !0
  102.  
  103. F10:    Main Menu
  104.     vc.mnu
  105.