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.

8 lines
270 B

  1. /\*ModelName:/ { print "*CodePage: 1252" }
  2. /{NumOfCopies}/ { gsub(/{NumOfCopies}/,"[1,32767]{NumOfCopies}") }
  3. /\*% Error:/ { next }
  4. /\*YMoveUnit:/ { next }
  5. /Option1/ { res=300 }
  6. /Option2/ { res=600 }
  7. /YMoveRelDown/ { print " *YMoveUnit: " res }
  8. { print }