PC Review Forums Newsgroups Microsoft Access Microsoft Access VBA Modules Re: How to wiat (need code)

Reply

Re: How to wiat (need code)

 
Thread Tools Rate Thread
Old 01-07-2003, 04:59 AM   #1
Tim
Guest
 
Posts: n/a
Default Re: How to wiat (need code)


Dirk,

I tested the code in my module, but I didn't know how to
use it. Could you tell me how to use it in detail?

Thanks.

Tim.
>-----Original Message-----
>"Tim" <timchengv@hotmail.com> wrote in message
>news:033801c33cf9$8740a5b0$a501280a@phx.gbl
>> Hi everyone,
>>
>> I have the following code in my module.
>>
>>
>>
>> Call Shell("d:\CopyFilesToLocal.bat", vbNormalFocus)
>>
>> Name "c:\temp\test.txt" As "c:\temp\test2.txt"
>>
>> Could anyone tell me how to fire the second command only
>> if the first job was finished?
>>
>> Thanks.
>>
>> Tim.

>
>As an alternative to using the Windows Scripting Host,

you may want to
>consider the API approach published here:
>
> http://www.mvps.org/access/api/api0004.htm
>
>--
>Dirk Goldgar, MS Access MVP
>www.datagnostics.com
>
>(please reply to the newsgroup)
>
>
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off