CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of title
mencoder -oac copy -ovc xvid -xvidencopts bitrate=687 -sub <srt file> -subcp UTF-8 -subfont-text-scale 3 -sub-bg-alpha 70 -o <outputfile> <inputfile>
by alirezaimi   November 11, 2011 @ 9:42am
57 Views
no comments
 
$isAdmin = !(($env:SESSIONNAME).Length -gt 0)
 
function Prompt
{
  $pwd = $(get-location)
  if ($isAdmin)
  {
    $host.ui.RawUI.WindowTitle = "Administrator: $pwd"
    "PS $pwd># "    
  }
by Matthew Flaschen   October 18, 2011 @ 6:09pm
78 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate