Is there any way, from within a batch file to generate a unique filename - I've tried the following principle
this=0
:again
this=%this%+1
if not exist file%this%.txt goto again
...continue process...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10179051.html
Zones:
Windows NTDate Answered: 07/06/1999 Grade: A Views: 0
Is there away I can flag if a specific form object in a frame exists in my web page without generating a error?
ie.
parent.frames["workspace"].document.forms[0].part_number.value
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10302474.html
Zones:
JavaScriptDate Answered: 02/29/2000 Grade: A Views: 0
Hi!
How can i open an existing DBase 4 Database (dallg1.dbf)?
How can i read and write Recordsets?
Thanks in advanced
Pierre
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10347635.html
How come I cannot "exists" in my PL/SQL statement ?
Andrew
http://www.experts-exchange.com/Database/Oracle/Q_11015821.html
Zones:
OracleDate Answered: 08/16/2000 Grade: A Views: 0
In parent window, I open up a child window like this:
hello=window.open('childWin.html', 'kid', 'width=100')
Then I change the document in parent window to something called Page2.html.
Now m...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11180832.html
Zones:
JavaScriptDate Answered: 09/02/2001 Grade: A Views: 0
Is this statement correct (an insert, update trigger)
if exists(select something... where something...)
begin
do something...
end
begin
also do something
end
Or should I do:
if...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11330737.html
Hi,
The title is quite descriptive in this case, but let me restate the question. I have an application, and I need to check to see if another instance of it exists upon run (I've done this wit...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11779478.html
Zones:
Visual BasicDate Answered: 11/07/2000 Grade: A Views: 0
I want to check to see if a text box exists on the page before I do something else. Basically, I'm looking for the syntax to do this...
function If_Text_Box_Exists()
{
if (document.myForm.m...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20008610.html
Zones:
JavaScriptDate Answered: 12/19/2000 Grade: A Views: 0
when i try to connect a share on a remote host (NT machine ) using the NET USE command it displays a message stating tht the " supplied rights are conflicting with the existing set of rights" and i...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_20097364.html
Zones:
Windows NTDate Answered: 03/27/2001 Grade: A Views: 0
How can I try to see if a database exists short of trying to create the database.
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20102338.html