LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Running .BAT file from within a macro...

Shell Environ("comspec") & " /k myDir\myFile.bat", vbNormalFocus

/k kills (closes) the window /c leaves it open.


--
John
johnf 202 at hotmail dot com


wrote in message
...
| That worked great. Thank you. One quick question. When
| that file finishes running( it takes about two seconds ),
| it leaves the cmd.exe window open in the background. Do
| you know of a way to send a command to close that window?
| It is simply waiting for the "Enter" key. I appreciate
| your help.
|
| Trevor
|
| -----Original Message-----
| Trevor,
|
| Shell ("myDir\myFile.bat")
|
| Make sure vba is in the right current drive to run the
| file (use
|
| ChDrive myDrive
|
| to change to the drive that contains the .bat file).
|
| Also note that Shell commands run asynchronously, so if
| you need the results
| of the .bat operation for a subsequent vba operation,
| it's possible to have
| timing problems, i.e., the .bat operation has to finish
| before you get to
| the vba command that uses the .bat results.
|
| HTH,
| Shockley
|
|
| "Trevor" wrote in
| message
| ...
| Hello all,
|
| I am wondering if it is possible to run a .BAT file from
| within a macro in excel. Basically, the .BAT
| file "creates" the text file that my macro imports. I
| want, as the first step in the macro, to run the .BAT
| file
| and then continue with the text import. As it is now, I
| have to leave excel, manually run the .BAT file, and
| then
| run the macro to import the text file. Any suggestions
| would be greatly appreciated.
|
| Thanks,
|
| Trevor
|
|
| .
|


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running macro on file open excelnerd Excel Discussion (Misc queries) 3 March 12th 08 10:51 PM
How to CANCEL file SAVE PROMPT when MACRO is running? Stuart Macro Muppet Excel Discussion (Misc queries) 3 August 11th 05 12:26 PM
How to stop getting the file save box when running a macro Pank Mehta Excel Discussion (Misc queries) 1 March 29th 05 04:05 PM
Running a macro before saving file Einollah2001 Excel Programming 4 February 10th 04 12:21 AM
Problem running macro from add-in (xla-file) in a shared workbook. Klaus Trampedach Excel Programming 0 September 30th 03 03:32 PM


All times are GMT +1. The time now is 12:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"