Showing tag results for files

Feb 23, 2012
Post comments count0
Post likes count0

Use PowerShell to Back Up Modified Files to the Network

Doctor Scripto

Summary: Learn how to use Windows PowerShell to back up modified files to the network.  Hey, Scripting Guy! I have a folder that contains files in it, some of which I modify on a daily basis. I am wondering if I can use Windows PowerShell to back up only the modified files—those that have changed that particular day? —NG  Hell...

Scripting Guy!Windows PowerShellstorage
Dec 18, 2011
Post comments count0
Post likes count0

Use PowerShell to Easily Organize Your Music Collection

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, teaches you how to use Windows PowerShell to organize your music collection for ease of playback on Windows. Microsoft Scripting Guy, Ed Wilson, is here. I love the weekend. In general, it is a time for me to explore and to experiment with Windows PowerShell. These experimentation sessions quite often ar...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 9, 2011
Post comments count1
Post likes count1

Use a PowerShell Cmdlet to Count Files, Words, and Lines

Doctor Scripto

Summary: Learn how to use a powerful Windows PowerShell cmdlet to count words and lines in files, or to count files.   Microsoft Scripting Guy Ed Wilson here. The weekend is halfway over in Charlotte, North Carolina. For my friends in Australia, the weekend is already over, and they are on their way to work. Of course they get to start their w...

Scripting Guy!Windows PowerShellscripting techniques
Oct 8, 2011
Post comments count1
Post likes count1

Easily Compare Two Folders by Using PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy Ed Wilson illustrates how to compare two folders by using Windows PowerShell.   Microsoft Scripting Guy Ed Wilson here. It is an absolutely beautiful day in Charlotte, North Carolina. The early morning rain gave way to a colorful rainbow. My manager bought me a new laptop, and I have been busy working on it; i...

Scripting Guy!Windows PowerShellscripting techniques
Sep 19, 2011
Post comments count0
Post likes count0

Avoid Blank Lines at End of a Text File with PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy Ed Wilson teaches how to avoid writing blank lines at the end of a file by using Windows PowerShell.   Hey, Scripting Guy! I have a problem with my script. For example, in my script, I build up a variable. Then when I write the variable to a file, I always end up with an extra blank line at the end of the text ...

Scripting Guy!Windows PowerShellscripting techniques