Subversion Repositories delphiutils

Rev

Rev 53 | Rev 62 | 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 "Delphi Code\QuerySystemMenu"
  3. call _Batch\processDir.bat "Delphi Code\DragNDropDlgs"
  4. call _Batch\processDir.bat "Delphi Code\ParamUtils"
  5. call _Batch\processDir.bat "_Common"
  6. call _Batch\processDir.bat "Base-Converter"
  7. call _Batch\processDir.bat "Batch-Working-Directory"
  8. call _Batch\processDir.bat "CmdHere"
  9. call _Batch\processDir.bat "Create Shortcut"
  10. call _Batch\processDir.bat "DNDFC (Drag'n'Drop FileCompare)"
  11. call _Batch\processDir.bat "DosLineConv"
  12. call _Batch\processDir.bat "FileExtCh"
  13. call _Batch\processDir.bat "FileMD5"
  14. call _Batch\processDir.bat "Kalenderersatz"
  15. call _Batch\processDir.bat "Recycle Bin Unit"
  16. call _Batch\processDir.bat "Recycle Bin Unit\Windows 95 Bit Bucket Reader"
  17. call _Batch\processDir.bat "Uhrersatz (Atomuhr)"
  18. call _Batch\processDir.bat "Units"
  19. call _Batch\processDir.bat "umlaut-Ersetzer"
  20. call _Batch\processDir.bat "Dreisatz"
  21. call _Batch\processDir.bat "."
  22.  
  23. call _Batch\processDir.bat "StatusMon 3.0"
  24. cd "StatusMon 3.0"
  25. "C:\Programme\Inno Setup 5\iscc.exe" "StatusMon.iss"
  26. cd ..
  27. call _Batch\processDir.bat "StatusMon 3.0\Output"
  28.