I want to make a windows program that can load and exec a dos program (com or exe) and when the dos program gives feedback to memory the windows program get the information !! THANKS
!!
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10070581.html
I've created some store procedures that does inserts and updates on certain tables. I want to create a script that implements some logic...preferably using an IF statement. I've created 2 cursors...
http://www.experts-exchange.com/Database/Oracle/Q_10222009.html
Zones:
OracleDate Answered: 10/22/1999 Rating: 7.8 Views: 0
hi
Can any 1 tell me what's wriong with this
try
{
p = Runtime.getRuntime().exec("before.bat");
}
catch(IOException i)
{
i.printStackTrace();
}
After execu...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10310585.html
Zones:
JavaDate Answered: 04/01/2000 Rating: 7.2 Views: 0
My basic problem is this...
I have a Compaq Proliant 7000 with two internal 35/70gb DLT IV tape drives.
I have defined the two drives as a cascaded drive pool in Backup Exec.
Theoretically, du...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_11770018.html
Zones:
Windows NTDate Answered: 04/05/2001 Rating: 7.4 Views: 0
I am using Excel 97 and trying to import some text files from BackupExec log files.
How to import the text files and search certain info e.g. sucessful string, total bytes, etc and import into e...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_203...
Zones:
MS OfficeDate Answered: 09/24/2002 Rating: 9.0 Views: 0
hey,
i have a problem concerning services under win2000 and xp. i'm writing a program which can, amongst other things, execute a system command (e.g 'c:\WINNT\notepad.exe' to start notepad or 'c...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20417707.html
Zones:
C++Date Answered: 12/06/2002 Rating: 9.8 Views: 0
I would like to write something like:
SELECT id FROM (pGetUser 42, 'yakov')
to get user's id, instead of:
SELECT id FROM (
SELECT * FROM [tUsers]
WHERE GroupId='42' AND FirstName='...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20421155.html
Zones:
MS SQL ServerDate Answered: 12/10/2002 Rating: 8.4 Views: 0
hi friends.can some one tell me HOW TO IMPLEMENT THE.......exec(String command)......in the class java.lang.Runtime.........can someone send me some sample code for it.
many thanks
sgf
http://www.experts-exchange.com/Programming/Languages/Java/Q_20547413.html
Zones:
JavaDate Answered: 04/05/2003 Rating: 7.6 Views: 0
here is the proc
CREATE PROCEDURE USR_CheckPPFirst @productID int
AS
DECLARE @quantity int
SET @quantity = (Select count(productID) from USR_PurchasedProducts where productid = @productid)
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20820173.html
Zones:
.NETDate Answered: 12/08/2003 Rating: 6.4 Views: 0
I have an ASP page that is calling a stored proc like follows. When run in Query Analyzer, it quits as expected and says basically that SEELECT is not correct. But in ASP, it's like it's not pick...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21033253.html
Zones:
MS SQL ServerDate Answered: 06/22/2004 Rating: 8.2 Views: 0