Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
200 B

  1. /GPDSpecVersion/ { print;print "*CodePage: 1252";next }
  2. /ModelName/ { model=$0 }
  3. /DefaultOption: Color/ {
  4. if (model ~ /NX-2420HT/) { print;next }
  5. gsub(/Color/, "Mono");print;next
  6. }
  7. { print }