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 Chriss Miller 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: fechen
  • Content: Threads
  • Order by date
  1. fechen

    Remote start scripts on netware from windows?

    I am looking for a way to run a netware script from Windows. The script, which is already on netware server, collects some netware server information if it runs. I need to start the script from a windows 2000. For Unix, such as Solaris, Linux, I am using rsh to do this task. Wondering if there...
  2. fechen

    need 64 bit Windows dll and executable ?

    I need to port a C based program to Windows 64 bit. The calling sequence is like this: Exceutable (A) ---> dll (B) --> dll from Vendor (C) --> hardware I have everything in 32 bit, works very well on NT, 2000, XP (32bit). When I put it on Windows 2003 (64 bit), it doesn't work. Questions are...
  3. fechen

    how to get absolute path for a class file

    In Java, how can I get the absolute path for a class file programatically? One simple example will be: say I have test.class file, if I put it in C:\temp\, run it from anywhere, it will print out C:\temp. If I put it into C:\program files\test\, it prints out the above path, too. In VC++ and...
  4. fechen

    Unexpected error forces the termination of DumpEl

    I am using Win2K resource kit dumpel.exe to dump the event log to a text file and do some analysis. In four of our Win NT servers, we got this error. It seems working fine on all other Win NT and 2K server. In Windows eventviewer, we can view, save, and export all events. But dumpel.exe dumps...
  5. fechen

    How to get Package version?

    Please help me to find the C function to get an RPM package version nubmer? I need to write an application to collect several packages' version information and I hate to use a command line, such as "rpm -qa" In another word, I'd like to know how exactly RPM gets the package version...
  6. fechen

    VB winsock client won't connect the server.

    Hi, guys, I am real-new to winsock. I am experimenting the following VB winsocket program. The problem is the client socket never gets to sckConnected state, always in sckConnecting. So .sendData() always give out "wrong protocol or connection state for the requested transaction or...
  7. fechen

    API to different Win 2003 server 32bit and 64bit

    I am writing a VC++ program to collect host information. One of sub-tasks is to differentiate Windows 2003 server 32 bit and 64 bit. Does anyone know if there is an API that can do it? Thanks in advance
  8. fechen

    what does this "static" mean

    I am reading Java tutorial on JNI and saw this static statement. Can anyone shed me some light? static { System.loadLibrary("hello"); } Thank a lot, ================================================== class HelloWorld { public native void displayHelloWorld(); static {...
  9. fechen

    Qlogic HBA library file name?

    I am working on a cross-vendor HBA util, which requires the HBA library provided by each vendor. Does anyone know the qlogic HBA library file name on Irix? Since SGI recompiles the qlogic HBA source code, I believe only SGI or Irix administrator knew this. On other OS, such as Linux & Solaris...
  10. fechen

    Folder browser window with new folder button?

    In my VBA application, there is a place that needs the user to specify a folder. I use SHBrowseForFolder API to bring out a dialog, so the user choose one. Then one guy asks for a "new folder" button, so he can create a new folder and then select it. Does any WIN API provide such a...
  11. fechen

    Procomm Plus (or ASPECT) stability ??

    I am using Procomm Plus 4.8/4.7 and with Windows NT/2000 doing some Stress testing. We ran a few Procomm plus scripts for at least 20 hr or so. During this period, the script goes out to reset some devices and waits for some strings coming back on the ports. Procomm Plus sometimes work great...
  12. fechen

    Please help me with this task. I ha

    Please help me with this task. I have no idea on this. Even a little direction will be helpful. I have two Windows PC A, and B I need to query a special device driver info on Host B from Host A. We have a command-line application which will call a DLL file on B. The old way is to rcmd from A...
  13. fechen

    Programming to send text message to cell phone or pager

    I want to write a command-line Window-based application which can send text message to cell phone or pager. The simpler, the better. Please help me with some clue, such as SDK/package required, technology name, etc. I am totally blind in this. Thanks,
  14. fechen

    command line VB program

    Maybe this is a stupid question. I want to make a command line program using VB. I found I can use following as main entry point. sub main() 'do whatever end sub but don't know how to print something out to the command line, just like "hello" I want to use this...
  15. fechen

    Compiled ASPECT script cause error

    I am using a procomm script to telnet to a network device and then chain to another script. The problem is when I call the script from command line using .wax (compiled file), sometimes it works perfect, sometimes give weird error, such as: "winsocket Error(0)" script not running...
  16. fechen

    Tools to check NT script syntax

    Hi, there I am working on several NT shell scripts. Some of them are growing into 400-500 lines and lots of if-goto or looping. I am wondering if someone knows tools to let me check the script syntax. so I don't need to worry about typing error, etc. Mistyping a wrong variable name or label...
  17. fechen

    Tool to check NT script syntax

    Hi, there I am working on several NT shell scripts. Some of them are growing into 400-500 lines and lots of if-goto or looping. I am wondering if someone knows tools to let me check the script syntax. so I don't need to worry about typing error, etc. Mistyping a wrong variable name or label...
  18. fechen

    I use rcmd to access a remote NT ma

    I use rcmd to access a remote NT machine in our lab from my NT. Does someone know that why I can't access a network drive? Is this a restriction of rcmd, or need some configuration? The network drive are mapped on both machines. Thanks in advance for any info. fechen

Part and Inventory Search

Back
Top