Advertisement

1 - 10 of 3113 containing alltags:("exec") (0.002 seconds)
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 !!
Zones: Delphi Programming, SSIDate Answered: 08/29/1998 Grade: C Views: 0
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...
Zones: OracleDate Answered: 10/22/1999 Grade: A 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...
Zones: JavaDate Answered: 04/01/2000 Grade: B Views: 4
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...
Zones: Windows NTDate Answered: 04/05/2001 Grade: B 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...
Zones: Ms Office SuiteDate Answered: 09/24/2002 Grade: A 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...
Zones: C++Date Answered: 12/06/2002 Grade: A 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='...
Zones: MS SQL ServerDate Answered: 12/10/2002 Grade: B 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
Zones: JavaDate Answered: 04/05/2003 Grade: A 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) ...
Zones: .NETDate Answered: 12/08/2003 Grade: A 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...
Zones: MS SQL ServerDate Answered: 06/22/2004 Grade: A Views: 0