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 gkittelson 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. csreedhar

    How can I find the background proceess in the system

    Hi, How can I find out how many background process or normal process are running in the entire unix system. Could anybody help me out in this.
  2. csreedhar

    Is Cygus will support any rdbms ?

    Is Cygus will support any rdbms ? If not then, is there any other facility is there to use rdbms in Cygnus
  3. csreedhar

    Cygnus tcl/tk

    Where can I get the TCL/TK, Lex & Yacc, Perl Cygnus version.
  4. csreedhar

    How can I Compile C program with tcl/tk includes in Dos.

    I want to compile a &quot;C&quot; program in windows/dos environment, which included tcl/tk also in that program. like #include <tclExtend.h> #include <tk.h> etc.. I compiled in linux by giving following options and its succeed. $(BINDIR)/tcli: tcli.o $(DB_OBJECTS) cc -o $@ tcli.o...
  5. csreedhar

    How can I include my own created command in TCL/TK for windows version

    How can I include my own created command in TCL/TK for windows version. In Unix we can include in the Tcl script like below line.. #!/home/elixir/bin/tki Where as tki is my own &quot;C&quot; program which created new tcl commands. Could you please suggest me, how can I include like this in...
  6. csreedhar

    Is ctoken wont work in windows version of tcl/tk

    ctoken in windows version tcl/tk not working why? Is there any another method replacing this in windows version tcl/tk? Could you kindly suggest me.
  7. csreedhar

    still getting errors while executing with exec in tcl/tk

    Thanks Ulis for your replay to my question. I used your below suggetion. catch {exec [file nativename c:/cssplit.exe]} msg puts &quot;exec returned: \&quot;$msg\&quot;&quot; But I am getting data from the file and aswell as &quot;child process exited abnormally&quot; Out put I am getting...
  8. csreedhar

    getting errors while executing with exec in tcl/tk

    I am facing some problems in tcl/tk windows version I am using tcl/tk 8.4.4.0 version on win 98. When I am using &quot;exec&quot; then I am getting errors. example: set msg [exec c:\cssplit.exe]; where cssplit is &quot;C&quot; program and cssplit.exe executable file, when executing this, its...

Part and Inventory Search

Back
Top