mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
4 lines
204 B
PowerShell
4 lines
204 B
PowerShell
Remove-Item -Recurse -Force .\src\*
|
|
Copy-Item -Recurse -Force Z:\* .\src\
|
|
Remove-Item .\Zenith-latest*.iso
|
|
Move-Item .\src\Tmp\MyDistro.ISO.C .\Zenith-latest-$(Get-Date -Format "yyyy-MM-dd-HH_mm_ss").iso
|