home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / UCOPYW20 / UCOPYWIN.INI < prev   
Text File  |  1994-09-12  |  3KB  |  125 lines

  1. ; Script file: UCOPYWIN.INI
  2. ; 11/9/94 (uploaded version for ucopy version 2.0)
  3. ; (c) M N Summerfield
  4.  
  5. ; Note that ucopy does not distinguish between upper and lower case in scripts
  6.  
  7. ;===========================================================================
  8. script=Hard-disk configuration files
  9.     ignore=1
  10.     prompt=Put disk HDCONFIG1 in drive A:
  11.     volume=a:HDCONFIG1
  12.     subdirs=0
  13.     setlabel=Hard-disk config cont
  14.     goto=Hard-disk config disk
  15. label=Hard-disk config cont
  16.     prompt=Put disk HDCONFIG2 in drive A:
  17.     volume=a:HDCONFIG2
  18.     setlabel=Hard-disk config finish
  19.     goto=Hard-disk config disk
  20. label=Hard-disk config finish
  21.     setlabel=Hard-disk config restore
  22.     goto=Restore defaults label
  23. label=Hard-disk config restore
  24.     prompt_ok=Finished copying hard-disk configuration files
  25. scriptend
  26.  
  27. label=Hard-disk config disk
  28.     copy c:\autoexec.bat a:\    ; MUST specify "\" root otherwise copies to current which
  29.     copy c:\config.sys a:\        ; may not be where you expect...!
  30.     copy c:\windows\*.in? a:\windows
  31.     copy c:\windows\*.dat a:\windows
  32.     copy c:\windows\*.grp a:\windows
  33.     copy c:\windows\*.reg a:\windows
  34.     copy c:\windows\*.pif a:\windows
  35.     copy c:\windows\system\*.in? a:\windows\system
  36.     copy c:\windows\system\*.dat a:\windows\system
  37.     copy c:\windows\system\*.grp a:\windows\system
  38.     copy c:\windows\system\*.reg a:\windows\system
  39.     copy c:\windows\system\*.pif a:\windows\system
  40.     gotolabel
  41. scriptend
  42.  
  43. ;===========================================================================
  44. script=Andrea's files
  45.     subdirs=1
  46.     ignore=1
  47.     ignoredirs=c:\andrea\backup c:\andrea\archive
  48.     ignoretypes=.$$$ .&&& .zip .zoo
  49.     ignorefiles=test.asc test.txt test.doc temp.asc temp.txt temp.doc
  50.     prompt=Put disk ANDREA_A1 in drive A:
  51.     volume=a:ANDREA_A1
  52.     copy c:\andrea\*.* a:\
  53.     prompt=Put disk ANDREA_A2 in drive A:
  54.     volume=a:ANDREA_A2
  55.     copy c:\andrea\*.* a:\
  56.     source=c:\
  57.     dest=c:\
  58.     prompt_ok=Finished copying Andrea's files
  59. scriptend
  60.  
  61. ;===========================================================================
  62. script=Restore defaults
  63.     setlabel=End of restore defaults
  64. label=Restore defaults label
  65.     subdirs=1
  66.     ignore=1
  67. ;    ignoredirs=    ; This is cleared automatically
  68. ;    ignorefiles=    ; This is cleared automatically
  69. ;    ignoretypes=    ; This is cleared automatically
  70.     source=c:\
  71.     dest=c:\
  72.     filespec=*.*
  73.     update=0
  74.     ask=0
  75.     gotolabel
  76. label=End of restore defaults
  77. scriptend
  78.  
  79. ;===========================================================================
  80. script=Word6 Templates
  81.     prompt=Put disk WORD6.DOT in drive A:
  82.     volume=a:word6.dot
  83.     subdirs=0
  84.     copy c:\winword6\template\*.dot a:\
  85.     subdirs=1
  86.     filespec=*.*
  87.     source=c:\
  88.     dest=c:\
  89.     prompt_ok=Finished copying Word6 templates
  90. scriptend
  91.  
  92. ;===========================================================================
  93. script=Set log mode to append and start logging
  94.     logappendstart
  95. scriptend
  96.  
  97. script=Set log mode to create new and start logging
  98.     logstart
  99. scriptend
  100.  
  101. script=Set log mode to full details
  102.         ; We want to record file sizes, dates and times.
  103.     logdetails=1
  104. scriptend
  105.  
  106. script=Set log mode to filenames only
  107.         ; We do not want to record file sizes, dates and times.
  108.     logdetails=0
  109. scriptend
  110.  
  111. ;===========================================================================
  112. script=test
  113.     subdirs=1
  114.     logdetails=1
  115.     copy c:\windows\*.inf c:\tmp
  116.     move c:\tmp\*.inf c:\windows
  117.     ignore=1
  118.     logdetails=0
  119.     filespec=*.*
  120. scriptend
  121.  
  122.  
  123.  
  124. 
  125.