Subversion Repositories delphiutils

Rev

Rev 41 | Go to most recent revision | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. @echo off
  2. call _Batch\processDir.bat "_Common"
  3. call _Batch\processDir.bat "Batch-Working-Directory"
  4. call _Batch\processDir.bat "CmdHere"
  5. call _Batch\processDir.bat "Create Shortcut"
  6. call _Batch\processDir.bat "DNDFC (Drag'n'Drop FileCompare)"
  7. call _Batch\processDir.bat "DosLineConv"
  8. call _Batch\processDir.bat "FileExtCh"
  9. call _Batch\processDir.bat "FileMD5"
  10. call _Batch\processDir.bat "Kalenderersatz"
  11. call _Batch\processDir.bat "Recycle Bin Unit"
  12. call _Batch\processDir.bat "Recycle Bin Unit\Windows 95 Bit Bucket Reader"
  13. call _Batch\processDir.bat "Uhrersatz (Atomuhr)"
  14. call _Batch\processDir.bat "Units"
  15. call _Batch\processDir.bat "umlaut-Ersetzer"
  16. call _Batch\processDir.bat "Dreisatz"
  17. call _Batch\processDir.bat "."
  18. pause
  19.