Search 5,000,000+ questions and answers.

Frequently Asked Questions

How can I execute a graphical program on the Pragma TerminalServer without hanging the process?

TerminalServer FAQ
I have some programs that run okay in a local DOS Window, however when I run them in a Pragma TerminalServer session, the window is not updating.
Related Questions

How can I execute a graphical program on the Pragma Fortress without hanging the process?

Fortress FAQ
I have some programs that run okay in a local DOS Window, however when I run them in a Fortress SSH session, the window is not updating.
Related Questions

How do I make Pragma TerminalServer stop any ntvdm.exe process when a session ends?

TerminalServer FAQ
Answer: When a 16 bit application is run within a telnet session, a ntvdm.exe is started and may not be killed when the user exits out of the telnet session. In order to make TerminalServer stop any ntvdm.exe process you need to have the "Monitor Child Processes" option On. If you have a program that requires that the "Monitor Child Processes" feature be Off, you may use the Graceful Termination feature.
Related Questions

Could you tell me the limitations, if any, to run Pragma TerminalServer on Windows?

TerminalServer FAQ
Answer: Limitations are those imposed on the User's access rights and what you can do in a console window. Also, you are limited by the file system to only having one set of drive letters for the entire system. This causes an error when 2 users try to map the same drive letter. Answer: Starting with TerminalServer 4.0 this is no longer true. User profiles are now loaded when the user logs on, and all environment variables are set.
Related Questions

Can I run Pragma TerminalServer on a Windows Workstation instead of Server?

TerminalServer FAQ
Answer: Yes, we are not limited to running on a Windows Server. However, you are limited to the number of socket connections used on Windows Workstation, this is a Microsoft limitation. Although this is not enforced by Microsoft.
Related Questions

How do I make Pragma Fortress stop any ntvdm.exe process when a session ends?

Fortress FAQ
Answer: When a 16 bit application is run within a session, a ntvdm.exe is started and may not be killed when the user exits out of the session. Pragma Fortress is automatically configured to stop all processes started during a session. If you have a program that requires that the "Monitor Child Process" feature be Off, you may use the Graceful Termination feature. Go to the User Management, Graceful Termination tab, and setup the exit keys. Answer: Yes.
Related Questions

How can I execute an xsimulator program on another machine?

CADP FAQ
You can, provided that the other machine is the same type (i.e. architecture and operating system) than the machine on which xsimulator was produced. If the other machine has CADP installed, there is no problem, be sure that the $CADP environment variable is correct. If the other machine does not have CADP installed on it, you have to copy xsimulator and some other files from the the CADP release in order to make xsimulator work.
Related Questions

How do I get graphical elements (banners and links) for a program?

TradeDoubler Help Centre : FAQ : Applications
In the table of graphical elements, under the column heading "Website status" you will see the links "show code" and "add to pools" - click the "show code" and a pop-up window will open. Select the options you wish to use in the "show code" pop-up window (ensure that you select the correct website from the dropdown list in section 1) Copy and paste the text in section 4 to your webpage.
Related Questions

How can I execute a command with system() and read its output into a program?

The C Language FAQ
Unix and some other systems provide a popen() routine, which sets up a stdio stream on a pipe connected to the process running a command, so that the output can be read (or the input supplied).
Related Questions

Sect. 18) How do I execute a command in my program?

Java Programmer's FAQ - Part D
Use Runtime.getRuntime().exec( myCommandString ) where myCommandString is something like "/full/pathname/command". An applet will need to be signed in order to allow this. If the pathname contains spaces, e.g. "c:\program files\windows\notepad", then enclose it in quotes within the quoted string. Or pre-tokenize them into elements of an array and call exec(String[] cmd) instead of exec(String cmd). From JDK1.3 there are two new overloaded Runtime.exec() methods.
Related Questions

Who can execute a will?

Inspector Genaral of Stamps and Registration
a) Any person above the age of 18 years and mentally sound may execute will, but will caused by fraud or coercion or by importunately will not be valid. Therefore a will must be executed voluntarily. d) Scribe (deed writer / advocate) cannot be called witness. Two independent attesting witnesses other than the scribe or necessary. In order to avoid disputes in implementation of a will, description of property and the beneficiaries should be clearly be written without giving room for any doubt.
Related Questions

Is there any way to execute a file (i.e. another ASM or TI-Basic program) from a C program?

Frequently Asked Questions
There are a lot of methods for doing this. The most obvious method to do this is usage of a function like this one: void progrun(const char *name) { char fname[25]; HANDLE h; strcpy (fname, name); strcat (fname, "()"); push_parse_text (fname); h = HS_popEStack (); TRY NG_execute (h, FALSE); FINALLY HeapFree (h); ENDFINAL } Note that the program you call may throw errors. If you understand this function, you can easily expand it to accept arguments, etc.
Related Questions

Who will ultimately execute the Revitalization Master Plan at the end of the process?

LA River RMP - Community Outreach
The Plan will be a City of Los Angeles document, containing specific implementation recommendations. The City will take a lead role in the implementation process, which may include identifying responsibility, authority, and funding sources from various City, State, and Federal agencies/organizations as well as leveraged funds from the private sector.
Related Questions

What type of graphical program is shipped with Red Hat Linux 7.1?

Installation and Other General Questions
GIMP 1.2.1, an image manipulation, retouching, and paint program. See http://www.gimp.org for more information.
Related Questions

What is a "hanging columella"?

Dr. Ebrahim Razmpa Official Web Site - Frequently Asked Ques...
A nasal columella is the external, and sometimes partial internal, fleshy section of the nose which separates the nostrils. When it is referred to being a hanging columella this section is often prominent or hangs down. This isn't as uncommon as you may think. There are usually two types that promote a response in those who are sensitive to these sutures. These two are usually Absorbable Poly(glycolide/L-lactide) Surgical Suture material and Absorbable Gut Suture material.
Related Questions

What are the wires hanging down the side of the pier?

WebBanner_newSlogan_thin
Baylor gauges that measure wave height. They work by running a small voltage down the cables. Where the water shorts the wires, the computer measures this distance as wave height 4 times per second. There are several baylor gauges along the pier, which allows for the tracking of a wave as it approaches the beach.
Related Questions

Q) What is a hanging indent?

A hanging indent is how the sources in a works cited list are typed. The first line of the hanging indent is written flush with the left margin, and any additional lines are indented a few spaces (usually a tab or about five spaces) to the right of the left margin. See example below: To create a hanging indent, go to "Format" menu, and click on "Paragraph". Choose "Indents and Spacing" tab. In the Special list under "Indentation", select "Hanging".
Related Questions

How can I execute a program on a remote computer located in a workgroup or in a foreign domain?

RemoteExec : FAQ - IS Decisions
You can run RemoteExec with the runas command and the /netonly option (using an administrator account of the remote computer/domain) or you can create the same administrator account (login and password) on the remote computer and on the local computer and execute RemoteExec locally under this account. You should check that DCOM is enabled on the remote computer. You can do this with the tool dcomcnfg.exe. In the Default Properties tab "Enable distributed COM on this computer" should be checked.
Related Questions

Q - How long does it take to execute a successful branding program?

Integrated Marketing Team :: Frequently Asked Questions
A - Building a brand does not happen overnight. It takes time and commitment by the university. It is not a marketing program that can be followed for a year or two and then abandoned for something else. It may take decades to build a brand depending on the resources that are available. The strength of the original brand promise and the geographic area that is selected as a target also greatly influence the success of a branding program. A - UNF has been very successful.
Related Questions

When Is 4.1.11 Funded to Execute/Provide Insight for Software Safety Analysis on a Program ?

NAVAIR Safety - System - Software Safety Frequently Asked Qu...
When There is Software Developed for a Critical Component of a System. 4.1.11 is Responsible for ALL Software Safety Analysis, Whether Actually Executing or Providing Insight. MY Support from 4.1.11 is a Joint Decision Between 4.1.10 and 4.1.11.
Related Questions

Q11. How to execute X-windows program in Windows environment?

install the VNC viewer in your windows. You can download VNC viewer from here or http://www.realvnc.com/download.html. You can use the same number whenever you need to connect. There is no need to re-run "vncrun" again. If you have run "vncrun" once and have recorded the number, you can skip running "vncrun" again and do the following steps. If you have forgotten this number, you need to run "vncrun" again as above to get a new number. Run the vncviewer.
Related Questions

Will I be able to execute a program or MaxL script if a trigger is executed?

Hyperion Developer Network : Hyperion Essbase Release 7.0 FA...
No. In this release of Analytic Services it is not possible to execute an action other than send the information in an e-mail or spool it to a file. However, it is possible to create a program that monitors the creation or modifications of the trigger files and then have this program launch other tasks.
Related Questions

How can I make Ubuntu execute a script or program at startup?

Ubuntu:Forums FAQ - PyKeylogger
I am a frequent participant on the Ubuntu Forums, and I have noticed a few questions (and their variations) being asked over and over again. So I created this page to archive and categorize these questions and their answers, so that whenever I see one of these questions being asked, I can simply point to this page (and I encourage other forums participants to do the same - as well as to help flesh out this FAQ).
Related Questions

How do I execute configure scripts?

MinGW - Frequently Asked Questions
Applications using a UNIX-style build process will typically require a shell environment and set of POSIX tools, for executing configure scripts and building the application. The Cygwin environment was once the only choice available to fill this role, although recently the MSYS environment was released to offer MinGW developers a more lightweight alternative. The use of both these environments with MinGW is described in more detail below.
Related Questions

Can I execute my own scripts to process the PostScript files generated by Xprt ?

Xprint Frequently Asked Questions
Create your own model-config which uses a custom "xp-spooler-command" value - the xprint.mozdev.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact