![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Changing the 'o' character used in Write-Progress? A very minor request: Is there any way to change the 'o' character used to build the progress-bar when using Write-Progress with - PercentCompleted? Can't help thinking '‘' (177) or '’' (178) would've been easier on the eyes? Many thanks, Duncan |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Changing the 'o' character used in Write-Progress? Duncan Smith wrote: Quote: > A very minor request: Is there any way to change the 'o' character > used to build the progress-bar when using Write-Progress with - > PercentCompleted? > > Can't help thinking '‘' (177) or '’' (178) would've been easier on the > eyes? > > Many thanks, > > Duncan write-progress writes to the screen/console. Then what is written could possibly be customized much easier. Consider putting a feature request here: https://connect.microsoft.com/site/s...aspx?SiteID=99 Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Changing the 'o' character used in Write-Progress? "Duncan Smith" <DSmith1974@xxxxxx> wrote in message news:b63b222f-4cfa-4c20-96bd-1e9eba0fabe4@xxxxxx Quote: > A very minor request: Is there any way to change the 'o' character > used to build the progress-bar when using Write-Progress with - > PercentCompleted? > > Can't help thinking '‘' (177) or '’' (178) would've been easier on the > eyes? > different users could have different fonts in use for their console. I use Consolas and the characters at 177/178 are: +/- sign character and superscripted 2 character. -- Keith |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Changing the 'o' character used in Write-Progress? "Keith Hill [MVP]" <r_keith_hill@xxxxxx_no_spam_I> wrote in message news:A3675A42-C9B6-4D95-B1A2-5A3C9933F3A8@xxxxxx Quote: > "Duncan Smith" <DSmith1974@xxxxxx> wrote in message > news:b63b222f-4cfa-4c20-96bd-1e9eba0fabe4@xxxxxx Quote: >> A very minor request: Is there any way to change the 'o' character >> used to build the progress-bar when using Write-Progress with - >> PercentCompleted? >> >> Can't help thinking '‘' (177) or '’' (178) would've been easier on the >> eyes? >> > It would be nice to be able to tweak this but I suspect they didn't > because different users could have different fonts in use for their > console. I use Consolas and the characters at 177/178 are: +/- sign > character and superscripted 2 character. IBM code page 437. I believe the code page in use on my system is Windows 1252 (West European Latin). -- Keith |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Write-Progress for ONE cmdlet | PowerShell | |||
| Write-Progress and the -Completed switch | PowerShell | |||
| Understanding Write-Progress with in foreach | PowerShell | |||
| Write-Progress while Copying Files? | PowerShell | |||
| Asyncronous Write-Progress | PowerShell | |||