Advertisement

1 - 9 of 9 containing alltags:("Program Execution") (0 seconds)
Consider the following code. when I say int main() {   int x;   float y;   int a, b;   ....   iRetVal = myfunc(x,y,getSum(a,b));   //int getSum(int p, int q)   ...   ...   f2()  ...
Zones: C++Date Answered: 06/03/2001 Grade: B Views: 0
I have an executable on Solaris which takes couple of arguments and returns back three parameters, how can I make a call to it from within my Java program? Thanks. Theta
Zones: JavaDate Answered: 07/24/2000 Grade: A Views: 0
Hi, I'm using windows and would like to set some environment variables from my java program via the set command. The only problem is that I don't know how to invoke it directly from my program. I'...
Zones: JavaDate Answered: 05/16/2002 Grade: A Views: 0
Hi, I want to know, is there any way to execute a program from javascript in a html file. is there anything like window.execute(someprogram.exe); Augustine
Zones: JavaScriptDate Answered: 10/28/2002 Grade: A Views: 0
I am testing this aspell.exe using php 5.1.1 on Win03 with IIS6.  I've past a few problems already and had to modify permissions to get it to execute, but now I am getting a system message: Syst...
Zones: PHP for WindowsDate Answered: 03/20/2006 Grade: A Views: 0
How to write a program such that it will delete itself after execution?
Zones: CDate Answered: 09/09/2004 Grade: A Views: 0
Hi, I have a jar file that I built with ant (with RAD6). Now, I have 2 smaller questions to this big question related to executing a main class from the .bat using this .jar 1. while buildi...
Zones: Java, J2EE, Windows BatchDate Answered: 09/21/2007 Grade: A Views: 13
Through research, it seems the following is the approach to open a file in high priority. The program opens, but Task Manager shows it running in Normal Priority. start "" /d"C:\Job Files\" /Hig...
Zones: Microsoft OS, MS DOS, Windows OSDate Answered: 07/15/2008 Grade: B Views: 0
I'm trying to get either ASP or PHP to launch programs from a web server on a separate Windows Server. I got ASPExec to work, but it launches programs as NETWORK SERVICE. I would like it to pop up ...
Zones: Web Languages/Standards, ASP, PHP fo...Date Asked: 10/22/2007 Points: 175 Comments: 13
  • 1