PowerShell Dosya Taşıma

PowerShell'de dosya taşıma için aşağıdaki örnek komut incelenebilir..

Move-Item -Path E:\test.txt -Destination F:\test.txt

Bu örnekte "E:" dizinindeki "test.txt" dosyası "F:" dizinine taşınmıştır..



İlginizi Çekebilir

PowerShell Add-Content Kullanımı

Powershell Approve-Session Kullanımı

PowerShell Bip Sesi Çıkartmak

PowerShell Ekranı Temizlemek

PowerShell Do While Döngüsü Örneği