|
-
May 12th, 2002, 01:10 AM
#1
Thread Starter
New Member
Closing a file
How can i close a file after i called it ?
[i mean an exe file that i called, not opening by "open]
Thanks, Tomer.
-
May 12th, 2002, 01:11 AM
#2
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
May 12th, 2002, 01:15 AM
#3
Fanatic Member
What if that application does not support ALT-F4?
- If at first you dont succeed, then give up, cause you will never will!
-
May 12th, 2002, 01:17 AM
#4
Then don't open it 
Honestly, I cannot think of one that does not, although some prompt when you ALT F4. If you know the app prompts, look for the window title of the prompt when you close it and sendkeys a %Y or %N as appropriate.
You could also send something else.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|