-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdate_Project_Binaries.ps1
36 lines (18 loc) · 1013 Bytes
/
Update_Project_Binaries.ps1
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
Write-Output ""
Write-Host " # Project binary files will be updated " -ForegroundColor Green
cd D:\PCYNLITX.PROJECT.WINDOWS\EXECUTABLE.FILE.BUILDER\MT_Project_Builder
PowerShell .\MT_Project_Builder_Construction.ps1
cd D:\PCYNLITX.PROJECT.WINDOWS\DESCRIPTOR.FILE.READER\Descriptor_File_Reader
PowerShell .\Descriptor_File_Reader_Construction.ps1
cd D:\PCYNLITX.PROJECT.WINDOWS\DESCRIPTOR.FILE.WRITER\Empty_Process_Descriptor_File_Builder
PowerShell .\Empty_Process_Descriptor_File_Builder_Construction.ps1
cd D:\PCYNLITX.PROJECT.WINDOWS\DESCRIPTOR.FILE.WRITER\Process_Descriptions_Recorder
PowerShell .\Process_Descriptions_Recorder_Construction.ps1
cd D:\PCYNLITX.PROJECT.WINDOWS\KERNEL.DEVELOPMENT\Kernel
PowerShell .\Kernel_Construction.ps1
cd D:\PCYNLITX.PROJECT.WINDOWS\DESCRIPTOR.FILE.WRITER\Description_Printer
PowerShell .\Description_Printer_Construction.ps1
Write-Output ""
Write-Host " Project binary files has been updated" -ForegroundColor Green
Write-Output ""
Write-Output ""