PowerShell! Moving Files and Directories

preview_player
Показать описание
Tutorial on moving files and directories using PowerShell.

CONNECT:

|-Video Chapters-|
0:00 - Intro
0:22 - Moving a single file
1:33 - Moving all files out of a directory (folder)
2:03 - Moving a directory into another directory
2:31 - Conclusion
Рекомендации по теме
Комментарии
Автор

Great video, I was wondering if is there a way of moving a batch of files into a folder
For example, one main folder as a source containing A, B, C files {A-(1), A-(2), A-(3)B-(1), B-(2), B-(3)C-(1), C-(2), C-(3)}
Destination A, B, C folders

In other words

A-(1), A-(2), A-(3) files INTO A(folder)
B-(1), B-(2), B-(3) files INTO B(folder)
C-(1), C-(2), C-(3) files INTO C(folder)


Thank you in advance for your help :)

juliocostantini
Автор

Nice video, i learn a batch for PowerShell, now how to make it run automat or at windows startup ?

AndreAndre-uddj
Автор

I get an error because I have 20 in the folder name and it can't accept it?

JonFox