home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2000 February / PCW_2_2000.ISO / software / sw / notfall / bigfix.exe / data1.cab / Program_Executable_Files / sample.qna < prev   
Encoding:
Text File  |  1999-11-17  |  2.6 KB  |  62 lines

  1. This is a sample qna form.  It demonstrates the format of a QnA text file.
  2. If you press the q/a button, qna will process this form.  During processing
  3. all lines beginning with a: and e: are removed.  All lines beginning 
  4. with q: are passed through the Relevance Language Parser.  If there is an
  5. error in the expression, or the result does not exist on the current machine,
  6. the line will be followed by a line that begins with an e: along with an
  7. appropriate message.  If the expression evaluates successfully, the following 
  8. line will begin with an a: followed by the result of the expression.
  9.  
  10. All other lines are passed through unchanged.
  11.  
  12. *** The time that this document was processed ***
  13. Q: now
  14.  
  15. *** Bios data ***
  16. Q: version of bios
  17. Q: date of bios
  18.  
  19. *** If the user has filled out his profile from the BigFix Site ***
  20. Q: variable "ComputerMaker" of profile of site "http://sync.bigfix.com/cgi-bin/fixsite/bigfix"
  21. Q: variable "Model" of profile of site "http://sync.bigfix.com/cgi-bin/fixsite/bigfix"
  22.  
  23. *** If the machine has oeminfo.ini that defines make and model of machine ***
  24. Q: key "Manufacturer" of section "General" of file "oeminfo.ini" of the system folder
  25. Q: key "Model" of section "General" of file "oeminfo.ini" of the system folder
  26.  
  27. *** System and processor information ***
  28. Q: vendor name of main processor
  29. Q: system language
  30. Q: speed of main processor
  31. Q: number of processors
  32. Q: family name of main processor
  33. Q: stepping of main processor
  34.  
  35. *** Operating system information *** 
  36. Q: name of operating system
  37. Q: release of operating system
  38. Q: major version of operating system
  39. Q: minor version of operating system
  40. Q: build number high of operating system
  41. Q: build number low of operating system
  42. Q: platform id of operating system
  43. Q: csd version of operating system
  44.  
  45. *** Look up the FileDescriptions of all the running applications ***
  46. Q: values "FileDescription" of version blocks of running applications
  47.  
  48. *** Look up the location of the application currently associated with txt files ***
  49. Q: pathname of application of file extension ".txt" of the registry
  50.  
  51. *** Lookup a product version number for an application ***
  52. Q: Product Version of application of file extension ".txt" of the registry
  53.  
  54. *** application that handles printing of doc files ***
  55. Q: name of application "print" of file extension "doc" of the registry
  56.  
  57. *** shell commands associated with word documents ***
  58. Q: names of keys of key "shell" of file type "Word.Document.8" of the registry
  59.  
  60. ** Names of Applications from Microsoft ***
  61. Q: names of applications whose (value "CompanyName" of version block of it as lowercase contains "microsoft") of the registry
  62.