Another thing I really didn't thinkg about is that you probably don't even have to use the batch file at all. You could probably just call Iexplore.exe "http://localhost/mywepapp.asp" directly
I'm not sure on this since I have never tested it, but should work the same at using a .bat file
Well, that might be more difficult. I know the Windows 98 resource kit had a kill.exe command that could be used in a batch file, but then you also run into the problem that both of these processes are not synchronized. You don't want the bat file closing the webpage in the middle of a DB...
Well, I guess here are a couple options for you then.
1.) You could write a VB app if you have visual studio. The vbscript your using in ASP has many similarities in syntax as vb.net (or v6) and the way you connect to your OLEDB could also be used in VB.net. If you don't have visual...
If the purpose of this program is to do database record maintenance, why are you writing it within the confines of a web page. An application like this would be better of running as a local win32 app.
ok, here is my basic code
Dim x As Decimal = 0
Dim y As Decimal = 0.016
Do Until y <= 0.00016
y = y * 0.869
x = x + 1
Loop
MessageBox.Show(x)
+
How in the world would I make this into a single line math equation.
Basically this is for a chemical extraction where each...
ok, here is my basic code
Dim x As Decimal = 0
Dim y As Decimal = 0.016
Do Until y <= 0.00016
y = y * 0.869
x = x + 1
Loop
MessageBox.Show(x)
+
How in the world would I make this into a single line math equation...
I really think that unless we can manupulate space-time (Warp, Worm hole, <<Insert other Star Trek phrase>>) we will not be running into the Enterprise any time soon.
Today in my physics class this question was raised. I was just curious what all you other brains out there thought about this question...
I know if you look in the news today and other discussions on possible future propulsion systems, people talk about nuclear, antimatter/matter, ion, etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.