mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 07:20:32 +00:00
6 lines
246 B
PowerShell
6 lines
246 B
PowerShell
$dir = "~\Projects\ZenithOS"
|
|
Remove-Item -Recurse -Force ${dir}\src\*
|
|
Copy-Item -Recurse -Force Z:/* ${dir}\src\
|
|
Remove-Item ${dir}\*.iso
|
|
Move-Item ${dir}\src\Tmp\MyDistro.ISO.C ${dir}\Zenith-latest-$(Get-Date -Format "yyyy-MM-dd-HH_mm_ss").iso
|
|
|