hi guys,
im searching for a source code(written in c) for banker's algorithm simulation with RANDOM ALLOCATION. does anybody of u know where can i find this(the program should...
How can I load bitmap from file.. All I
need it's HBITMAP to xxxx.bmp. I can
load bitmap from rc file, but I'm not
figured out how can I do that from
xxxx.bmp. I use bc of OS/2 1.5
How can I find desktop settings, save and then later restore them. I am particularly interested in the System settings, which include Screen, confirmations, background, etc. I know I should ...
Hi experts,
I want to do a dos script in windows console to get a file on a server by using a FTP command each 1hour.
The server Ip address is 10.10.10 , User name: mcr an pass word: door.
...
Can any one tell me the way to find the arguments for the function
NetUserGetGroups from the netapi32.lib/dll.
I trying to get the groups to which an user belongs. I am logged on to a NT...
Is there a way to kill a ind. thread within a process
I am posting here because I understand that 4690 OS is closely related to earlier command - line based versions of OS/2. We have a problem with users using the Ctrl-Alt-Del key combination an...
I am creating child processes in my program, and I need to get the parent ID.
OS/2 has a function called getpid () to return current process ID, but not one called getppid () like UNIX.
Pass...
Where can i find CBT/documentation on CA-IDEAL and CA-DATACOMM. There is not much available on the official Computer Associates website.
I'm trying to write a batch file that starts a service, and can tell when the service has finished starting, so it can start the next service. These services need to be started in order and I ...
Hi,
When we call a function inside a DLL we'd like to be able to get the name of the DLL itself, but DosQueryModuleName doesn't seem to support a default module handle of NULL, and requires a ...
Greetings!
Could anyone direct me to a document describing how
to call NetBIOS API from under OS/2? All I need in
fact is to perform NETBIOS.STATUS call.
The answer is: URL of document/hint ...
Can shutdown be called without prompting the users to verify ending open applications? I would like to call shutdown from another program and have shutdown complete without intervention.
Hi all,
I am spooling result of teradata sql to a flat file and data looks as below. I want the first 2 lines to be removed and output be written to another file say xyz.txt. I am getting th...