Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kazendar
  • Content: Threads
  • Order by date
  1. Kazendar

    How to convert Hexa to Float from binary file

    Please can you help me how to convert Hex values to Floating values ? in some parts of a binary file, there are values such as in description below needs to be converted. Hex: 84 9B CF 71 40 78 17 41 should become 384528.111 as floating decimal ----------------------------------------------...
  2. Kazendar

    sending keystrokes by send-keys

    Does PowerShell v.1 has an ability to use send-keys as keystrokes to with Windows programs ? like in VBS
  3. Kazendar

    get week of year for old date

    # to get WeekOfYear we use the following : get-date -uFormat %W # 1 get-date -uFormat %w # 3 # today is "01/07/2009" MM/DD/YYYY # but how to get WeekOfYear for old or future date ?
  4. Kazendar

    How to read header-line from CSV file

    How to get the header-line from CSV file ? and how to define the second field-name ? to get all records from that field-name.
  5. Kazendar

    Property 'size' in Excel

    I need solving for error at line 13, besides there are two warning/notes. The script is running but with these fails. # xls_test.ps1 function Invoke() { param([object]$m, [string]$method, $parameters) $m.PSBase.GetType().InvokeMember($method, `...
  6. Kazendar

    Script filename

    How to get the script-filename inside the running script ?
  7. Kazendar

    Computer Description

    How to get "Computer Description" from stations on network ?

Part and Inventory Search

Back
Top