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 bkrike 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: varthi
  • Content: Threads
  • Order by date
  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?

Part and Inventory Search

Back
Top