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.
 
 
 
 
 
 

17 lines
392 B

($1 ~ /rcNameID/ || $1 ~ /OptionID/) && $2 ~ /^[0-9]*$/ {
if ($2 == "267")
$2 = "400";
else {
print "*Unknown: ID";
next;
}
print " " $0;
next;
}
/{NumOfCopies/ { gsub(/{NumOfCopies/,"[1,99]{NumOfCopies") }
{ print }
END {
print "*Command: CmdCR { *Cmd: \"<0D>\" }"
print "*Command: CmdLF { *Cmd: \"<0A>\" }"
print "*Command: CmdFF { *Cmd: \"<0C>\" }"
}