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 TouchToneTommy 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: croc
  • Content: Threads
  • Order by date
  1. croc

    Accessing net.exe from C++ for Net User command

    Hello I am trying to write a program that accesses the NT command: net user. I want to produce a list of users and then filter results by date last logged onto our network so I can check through for user ID's that have not been active for a certain period of time. Can anyone tell me how I...
  2. croc

    Accessing net.exe from C++ for Net User command

    Hello I am trying to write a program that accesses the NT command: net user. I want to produce a list of users and then filter results by date last logged onto our network so I can check through for user ID's that have not been active for a certain period of time. Can anyone tell me how I...
  3. croc

    Calculating file size

    Hello Can anyone tell me how I can calculate the size of a file in bytes please. Thanks
  4. croc

    Reading between the commas

    I want to take information between commas from a big string and copy bits of information to smaller strings e.g. string x1("cow,dog,sheep,horse,goat,snake,pig,rooster,ant") I need to put cow into string x2, sheep into string x3 etc. So esentially i want to read info between the...
  5. croc

    CSV reading program

    I am trying to write a program that will read a csv file from Excel, read a string two strings, combine them and compare with a third string. I am OK with the combining and comparing the strings, what I would like to know is how do i go about reading the strings from a csv file? Any help...
  6. croc

    Domain interaction

    I have a problem as a result of being put on a citrix neighbourhood. I am running a database in access through citrix. One of the main directives of this program is to control a nonwindows based program that is located locally on the individuals box. This is done doing an appactivate command in...

Part and Inventory Search

Back
Top