home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / sharewar / techmn / TIMEX.BAT < prev    next >
DOS Batch File  |  1994-10-11  |  1KB  |  40 lines

  1. Echo OFF
  2. cls
  3. REM Change following lines to suit your setup.
  4. set TODDIR=\APPS\TOD
  5. set TODDRV=C:
  6. set TIMDIR=\APPS\TIM
  7. set TIMDRV=C:
  8.  
  9. %TODDRV%
  10. cd %TODDIR%
  11.  
  12. Echo Please backup your TIM data before executing this prmcedure.
  13. Echo.
  14. Echo No one must access TIM during this procedure!
  15. Echo Verify this.
  16. Echo.
  17. Echo If "Out of Environment Space" appears above, press Control+Break
  18. Echo and expand your dos environment.  This procedure will never work
  19. Echo if you fail to do so.  Consult a dos manual on how to do this.
  20. Echo.
  21. Echo Press any key to to continue.
  22. pause > nul
  23. Echo.
  24. Echo Copying files...
  25. ren call.* acall.*
  26. ren comments.* acomment.*
  27. copy %TIMDRV%%TIMDIR%\call.* %TODDRV%%TODDIR% > nul
  28. copy %TIMDRV%%TIMDIR%\comments.* %TODDRV%%TODDIR% > nul
  29. timextr
  30. cls
  31. Echo Copying files...
  32. copy %TODDRV%%TODDIR%\call.* %TIMDRV%%TIMDIR% > nul
  33. copy %TODDRV%%TODDIR%\comments.* %TIMDRV%%TIMDIR% > nul
  34. del call.*
  35. del comments.*
  36. ren acall.* call.*
  37. ren acomment.* comments.*
  38. Echo.
  39. Echo Done!
  40.