Subversion Repositories delphiutils

Rev

Rev 64 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 65
Line 1... Line 1...
1
@echo off
1
@echo off
2
call _Batch\processDir.bat "Delphi Code\QuerySystemMenu"
2
call "%~dp0_Batch\processDir.bat" "%~dp0Delphi Code\QuerySystemMenu"
3
call _Batch\processDir.bat "Delphi Code\DragNDropDlgs"
3
call "%~dp0_Batch\processDir.bat" "%~dp0Delphi Code\DragNDropDlgs"
4
call _Batch\processDir.bat "Delphi Code\ParamUtils"
4
call "%~dp0_Batch\processDir.bat" "%~dp0Delphi Code\ParamUtils"
5
call _Batch\processDir.bat "_Common"
5
call "%~dp0_Batch\processDir.bat" "%~dp0_Common"
6
call _Batch\processDir.bat "Base-Converter"
6
call "%~dp0_Batch\processDir.bat" "%~dp0Base-Converter"
7
call _Batch\processDir.bat "Batch-Working-Directory"
7
call "%~dp0_Batch\processDir.bat" "%~dp0Batch-Working-Directory"
8
call _Batch\processDir.bat "CmdHere"
8
call "%~dp0_Batch\processDir.bat" "%~dp0CmdHere"
9
call _Batch\processDir.bat "Create Shortcut"
9
call "%~dp0_Batch\processDir.bat" "%~dp0Create Shortcut"
10
call _Batch\processDir.bat "DNDFC (Drag'n'Drop FileCompare)"
10
call "%~dp0_Batch\processDir.bat" "%~dp0DNDFC (Drag'n'Drop FileCompare)"
11
call _Batch\processDir.bat "DosLineConv"
11
call "%~dp0_Batch\processDir.bat" "%~dp0DosLineConv"
12
call _Batch\processDir.bat "FileExtCh"
12
call "%~dp0_Batch\processDir.bat" "%~dp0FileExtCh"
13
call _Batch\processDir.bat "FileMD5"
13
call "%~dp0_Batch\processDir.bat" "%~dp0FileMD5"
14
call _Batch\processDir.bat "Kalenderersatz"
14
call "%~dp0_Batch\processDir.bat" "%~dp0Kalenderersatz"
15
call _Batch\processDir.bat "Recycle Bin Unit"
15
call "%~dp0_Batch\processDir.bat" "%~dp0Recycle Bin Unit"
16
call _Batch\processDir.bat "Recycle Bin Unit\Windows 95 Bit Bucket Reader"
16
call "%~dp0_Batch\processDir.bat" "%~dp0Recycle Bin Unit\Windows 95 Bit Bucket Reader"
17
call _Batch\processDir.bat "Uhrersatz (Atomuhr)"
17
call "%~dp0_Batch\processDir.bat" "%~dp0Uhrersatz (Atomuhr)"
18
call _Batch\processDir.bat "Units"
18
call "%~dp0_Batch\processDir.bat" "%~dp0Units"
19
call _Batch\processDir.bat "umlaut-Ersetzer"
19
call "%~dp0_Batch\processDir.bat" "%~dp0umlaut-Ersetzer"
20
call _Batch\processDir.bat "Dreisatz"
20
call "%~dp0_Batch\processDir.bat" "%~dp0Dreisatz"
21
call _Batch\processDir.bat "SignExample"
21
call "%~dp0_Batch\processDir.bat" "%~dp0SignExample"
22
call _Batch\processDir.bat "."
22
call "%~dp0_Batch\processDir.bat" "%~dp0"
23
 
23
 
24
call _Batch\processDir.bat "StatusMon 3.0\Dll-Test"
24
call "%~dp0_Batch\processDir.bat" "%~dp0StatusMon 3.0\Dll-Test"
25
call _Batch\processDir.bat "StatusMon 3.0"
25
call "%~dp0_Batch\processDir.bat" "%~dp0StatusMon 3.0"
26
cd "StatusMon 3.0"
-
 
-
 
26
 
27
"C:\Programme\Inno Setup 5\iscc.exe" "StatusMon.iss"
27
"C:\Programme\Inno Setup 5\iscc.exe" "%~dp0StatusMon 3.0\StatusMon.iss"
28
cd ..
28
 
29
call _Batch\processDir.bat "StatusMon 3.0\Output"
29
call "%~dp0_Batch\processDir.bat" "%~dp0StatusMon 3.0\Output"