Sponsored Content
Top Forums Shell Programming and Scripting Executing .exe file at WS Server from Unix Post 302619531 by Corona688 on Thursday 5th of April 2012 03:56:30 PM
Old 04-05-2012
What is a WS server?

What is your system?
 

10 More Discussions You Might Find Interesting

1. Programming

how To edit exe to insert a serial no wich can be usd by runing exe

At time of installation I have to open the resource. and i have to insert a string serial number in the exe. please provide me code to edit the exe (in solaris) to insert a serial number which can be used by exe at run time. (6 Replies)
Discussion started by: ssahu
6 Replies

2. UNIX for Advanced & Expert Users

executing applications/commands on a unix server from a windows PC

i have a network drive (samba) mounted on to my PC and also i have SSH client on my machine. however i need to run applications/commands on a unix server from the middle of a different executable(windows compatable one). so i need to connect to the unix server from SSH through the... (1 Reply)
Discussion started by: megastar
1 Replies

3. Shell Programming and Scripting

want to login remotly to server and start exe

Hello Unix Guru I need help to write the shell script My requirement is i have to start exe in unix hosts ( 20 unix server) through shell script . currently i have to login to all host rlogin -l testadmin servername /users/testadmin/bolt/ source boltsrc ./executor start ... (1 Reply)
Discussion started by: getdpg
1 Replies

4. Shell Programming and Scripting

Executing Windows batch file from UNIX

Hi everyone, let me get straight to the points. My manager wants to execute a remote batch file (on a Windows server) from a UNIX Machine, does anyone know if this is possible and what packages would be needed? Thanks p.s. Sorry i cant give OS specifics, we use most UNIX's; AIX, Solaris,... (5 Replies)
Discussion started by: flip387
5 Replies

5. Programming

After executing a exe file, gdb pring many 'VT102', what does this mean?

(gdb)... (1 Reply)
Discussion started by: cdbug
1 Replies

6. Programming

I have C++ exe file( no source code) and need to run many large dataset under unix, b

I have C++ exe file( no source code) and need to run many large dataset under unix, but how to know the memeroy usage for one dataset?http://www.codeproject.com/script/Forums/Images/New.gif I think "top" is not good and if using the profiler, it seems no free download, any ideas? (1 Reply)
Discussion started by: Danielwang1986
1 Replies

7. UNIX for Dummies Questions & Answers

To copy a file from one unix server to another unix server through scripts

I am getting the fallowing error when i am trying to execute the scp commomd in shell script warning: You have no controlling tty. Cannot read confirmation. warning: Authentication failed. Disconnected; key exchange or algorithm negotiation failed (Key exchange failed.). scp2: warning: ssh2... (1 Reply)
Discussion started by: manit
1 Replies

8. Windows & DOS: Issues & Discussions

Hide svchost.exe (dos prompt) when executing scheduled task

hello everyone. I created a java program that will pop up a dialog, and scheduled it as a task. Everything works fine except when the scheduled java program runs and the dialog pops up, there is another dos prompt (svchost.exe) hanging behind the dialog box and doesn't go anywhere until the java... (0 Replies)
Discussion started by: milhan
0 Replies

9. UNIX for Advanced & Expert Users

Executing SQL file in UNIX

I have few .sql file at some location say /x/y/z. I want to execute those .sql files in UNIX server so that all packages,procedures can be applied on the database of the UNIX server. (1 Reply)
Discussion started by: Dip
1 Replies

10. Solaris

How to run putty.exe file in server?

Hi, I want to run putty.exe in Solaris server.My main aim is to invoke the putty.exe in Solaris server from a web application(.jsp) deployed in the server so that putty terminal should open. Thanks in advance (11 Replies)
Discussion started by: chaithanyaa
11 Replies
AuServer(3)						     Library Functions Manual						       AuServer(3)

Name
       AuServer - AuServer structure

Structures
       #include <audio/audiolib.h>

       typedef struct _AuServer
       {
	   . . .
       }AuServer;

MACROS
Do not dereference the members of the AuServer structure directly. Instead use the access macros. server is a pointer to a AuServer structure. AuServerConnectionNumber(server) Accesses the int connection number. AuServerQLength(server) Accesses the int value with the length of the input queue. AuServerVendor(server) Accesses the NUL-terminated string giving the identification of the audio server vendor. AuServerProtocolMajorVersion(server) Accesses the int value of the major protocol revision number of the audio server. AuServerProtocolMinorVersion(server) Accesses the int value of the minor protocol revision number of the audio server. AuServerVendorRelease(server) Accesses the int value with the release number of the audio server. AuServerString(server) Accesses the NUL-terminated string giving the server name. AuServerNextRequest(server) Accesses the AuUint32 serial ID of the next protocol request to be sent. AuServerLastKnownRequestProcessed(server) Accesses the AuUint32 serial ID of the last known protocol request sent. AuServerResourceBase(server) Accesses the AuID base used in constructing resource ID's. AuServerResourceMask(server) Accesses the AuID mask used in constructing resource ID's. AuServerMinSampleRate(server) Accesses the int value with the minimum sample rate supported by the server. AuServerMaxSampleRate(server) Accesses the int value with the maximum sample rate supported by the server. AuServerMaxTracks(server) Accesses the int value indicating the maximum number of tracks supported by the server. AuServerNumFormats(server) Accesses the int value indicating the number of formats supported by the server. AuServerNumElementTypes(server) Accesses the int value indicating the number of element types supported by the server. AuServerNumWaveForms(server) Accesses the int value indicating the number of waveform generators supported by the server. AuServerNumActions(server) Accesses the int value indicating the number of actions supported by the server. AuServerNumDevices(server) Accesses the int value indicating the number of server devices. AuServerNumBuckets(server) Accesses the int value indicating the number of server buckets. AuServerFormat(server, n) Accesses the int value of the n'th format supported by the server. AuServerElementType(server, n) Accesses the int value of the n'th element supported by the server. AuServerWaveForm(server, n) Accesses the int value of the n'th waveform supported by the server. AuServerAction(server, n) Accesses the int value of the n'th action supported by the server. AuServerDevice(server, n) Accesses the AuDeviceAttributes structure of the n'th server device. AuServerBucket(server, n) Accesses the AuBucketAttributes structure of the n'th server bucket. AuClientOfID(server, resource) Extracts the ClientID from resource. AuID AuAllocID(server) Invokes the ID allocator function. Description The AuServer structure describes the connection to the audio server. See Also AuCloseServer. audiolib - Network Audio System C Language Interface audiolib - 1.9.3 AuServer(3)
All times are GMT -4. The time now is 11:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy