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

  1. C:    Create the list of files (standard VC.LST) (Short names)
  2.         @COPY !~@ VC.LST
  3.     @ECHO The list of files was created in VC.LST file
  4.  
  5. R:      Create the list of files with relative path (long or short)
  6.         @COPY !@ ![(path) list name  (to save long names activate the view of LFNs)]
  7.     @ECHO The list of files was created in !0
  8.  
  9. S:      Create list with full path (no drive letter) (Short names)
  10.         C:
  11.         %%TEMP%%\
  12.         cd \
  13.         cd %%TEMP%%\.
  14.         cd %%TEMP%%.\
  15.         combilst.exe !:!~\ !~@
  16.         flstedit.exe combilst.lst /noDrive
  17.         @COPY flstedit.lst ![(path) list name]
  18.         @del  combilst.lst
  19.         @del  flstedit.lst
  20.     @ECHO The list of files was created in !0
  21.  
  22. L:      Create list with full path (no drive letter) (Long names)
  23.         C:
  24.         %%TEMP%%\
  25.         cd \
  26.         cd %%TEMP%%\.
  27.         cd %%TEMP%%.\
  28.         combilst.exe "!:!\" "!@"
  29.         flstedit.exe combilst.lst /noDrive
  30.         @COPY flstedit.lst ![(path) list name    (the view of long names must be activated)]
  31.         @del  combilst.lst
  32.         @del  flstedit.lst
  33.     @ECHO The list of files was created in !0
  34.  
  35. D:      Create list with full path incl. drive letter (Short names)
  36.         C:
  37.         %%TEMP%%\
  38.         cd \
  39.         cd %%TEMP%%\.
  40.         cd %%TEMP%%.\
  41.         combilst.exe !:!~\ !~@
  42.         @COPY combilst.lst ![(path) list name]
  43.         @del  combilst.lst
  44.     @ECHO The list of files was created in !0
  45.  
  46. F:      Create list with full path incl. drive letter (Long names)
  47.         C:
  48.         %%TEMP%%\
  49.         cd \
  50.         cd %%TEMP%%\.
  51.         cd %%TEMP%%.\
  52.         combilst.exe "!:!\" "!@"
  53.         @COPY combilst.lst ![(path) list name    (the view of long names must be activated)]
  54.         @del  combilst.lst
  55.     @ECHO The list of files was created in !0
  56.  
  57. A:      Advanced List: Add Text Strings or Commands to the List...
  58.         list_adv.mnu
  59.  
  60. F10:    Main Menu
  61.     vc.mnu
  62.