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 strongm 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: *

  1. varthi

    WINDOWS TO LINUX

    How to send messages from Windows Box(98,NT,2000) to REDHAT LINUX 7.2?.Both Windows and Linux machines are in same domain. I am able to send messages from LINUX to WINDOWS using smb command. Help me out in this. Thanks
  2. varthi

    statfs() problem?

    HI, I want find hard disk free space. I tried to find by using statfs() function .But vaules that are coming from the statfs() function is different from the one i am getting using &quot;df&quot; command . code: #include<sys/types.h> #include<sys/stat.h> #include<sys/vfs.h> #include<stdio.h>...
  3. varthi

    Problem with structure

    I have small program using structure.The elements in the structure are char arrays.After filling the structure , I am trying to print the values , but values are not printng correctly. How to solve this problem? typedef struct { char cName[3]; char cAddress[3]; char cLocation[3]; char...
  4. varthi

    schedule shutdown and startup

    How to shutdown and start ,automatically in windows OS? I want to schedule startup and shutdown automatically for Windows OS like 98/2000.
  5. varthi

    Hard disk Space

    I want to find a free hard space available through C program? For this any C function avaiable?
  6. varthi

    Are there dependencies for MSADO20.tlb? {Same as VB5&6}

    I tried installing MDAC2.1 and I still have the same error. Is it ok if I ignore the message during packaging and deploying as well as installing it from the setup file ? Also when I try and run my setup program on another machine. It says setup will need to restart my machine and install new...

Part and Inventory Search

Back
Top