-
Notifications
You must be signed in to change notification settings - Fork 0
/
FCFILE.BAT
73 lines (73 loc) · 2.32 KB
/
FCFILE.BAT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
rem USAGE FCFILE "string" ofile
rem Last edit 2014-11-21 Add compare.*
find /N /I %1 FCP.dpr >%2
find /N /I %1 Globals.pas >>%2
find /N /I %1 COMD.PAS >>%2
find /N /I %1 COMU.PAS >>%2
find /N /I %1 COMS.PAS >>%2
find /N /I %1 COMDIS.PAS >>%2
find /N /I %1 COMIN.PAS >>%2
find /N /I %1 COMLOG.PAS >>%2
find /N /I %1 COMP.PAS >>%2
find /N /I %1 FACED.PAS >>%2
find /N /I %1 GRA.PAS >>%2
find /N /I %1 OPTOMUX.PAS >>%2
find /N /I %1 LICOR.PAS >>%2
find /N /I %1 TEI49C.PAS >>%2
find /N /I %1 MUSCA.PAS >>%2
find /N /I %1 NETINFO.PAS >>%2
find /N /I %1 DEBUGLOG.PAS >>%2
find /N /I %1 FatalErr.pas >>%2
find /N /I %1 Main.pas >>%2
find /N /I %1 Main.dfm >>%2
find /N /I %1 ColBtn.pas >>%2
find /N /I %1 UtilObjs.pas >>%2
find /N /I %1 Services.pas >>%2
find /N /I %1 Backup.pas >>%2
find /N /I %1 ExitSeq.pas >>%2
find /N /I %1 RingBar.pas >>%2
find /N /I %1 Heart.pas >>%2
find /N /I %1 Bitmaps.pas >>%2
find /N /I %1 Alarms.pas >>%2
find /N /I %1 Alarms.dfm >>%2
find /N /I %1 Status.pas >>%2
find /N /I %1 Status.dfm >>%2
find /N /I %1 LblForm.pas >>%2
find /N /I %1 LblForm.dfm >>%2
find /N /I %1 RIV.PAS >>%2
find /N /I %1 RVSetup.pas >>%2
find /N /I %1 Calibman.pas >>%2
find /N /I %1 Calibman.dfm >>%2
find /N /I %1 Calibaut.pas >>%2
find /N /I %1 Calibaut.dfm >>%2
find /N /I %1 DataComm.pas >>%2
find /N /I %1 DataComm.dfm >>%2
find /N /I %1 NetLog.pas >>%2
find /N /I %1 Watchdog.pas >>%2
find /N /I %1 Watchdog.dfm >>%2
find /N /I %1 LineGraf.pas >>%2
find /N /I %1 LineGraf.dfm >>%2
find /N /I %1 LGSelect.pas >>%2
find /N /I %1 LGSelect.dfm >>%2
find /N /I %1 LGSetup.pas >>%2
find /N /I %1 LGSetup.dfm >>%2
find /N /I %1 MPSample.pas >>%2
find /N /I %1 MPSample.dfm >>%2
find /N /I %1 Ephem.pas >>%2
find /N /I %1 Ephem.dfm >>%2
find /N /I %1 Compare.pas >>%2
find /N /I %1 Compare.dfm >>%2
find /N /I %1 Sol.pas >>%2
find /N /I %1 AVSD.pas >>%2
find /N /I %1 Connect.pas >>%2
find /N /I %1 H2OVapor.pas >>%2
find /N /I %1 H2OVapor.dfm >>%2
find /N /I %1 Template.pas >>%2
find /N /I %1 Template.dfm >>%2
find /N /I %1 Serial.pas >>%2
find /N /I %1 Socket.pas >>%2
find /N /I %1 FestoCI.pas >>%2
find /N /I %1 LineIn.pas >>%2
find /N /I %1 IPServ.pas >>%2
find /N /I %1 c:\faceprog\delphi4\projects\JN\crt32.pas >>%2
find /N /I %1 graph32.pas >>%2