|
|
Browse by Tags
All Tags » Scripting games » ctp
-
And I almost forgot the beginners events, not much special here :
Event 3
dir c:\scripts\*.txt |% {@(get-content $_)[0]} | out-file C:\Temp\Newfile.txt
Event 4
gc $MyInvocation.MyCommand.Definition | measure-object -c | fl c*
In relation to the last event you might take a look at this post on the ...
|
|
|