472,107 Members | 1,397 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,107 software developers and data experts.

Keep DOS batch file Shell window open (Access 97)

Rob
I'm running a batch file using the Shell function.

When I manually launch the batch file, the window remains open, since
I use the 'pause' statement. But when I launch the batch file within
Access, the Shell window becomes a blip on the screen and then is
gone. Why does the Shell window not stay open on the screen? I want
to visually verify that the batch file is functioning properly and
then close the window myself. Am I missing a command line switch
somewhere?

Any help would be greatly appreciated.

Thank you.
Nov 12 '05 #1
1 14984
On 9 Sep 2003 09:28:44 -0700 in comp.databases.ms-access,
ro***********@mpls.frb.org (Rob) wrote:
I'm running a batch file using the Shell function.

When I manually launch the batch file, the window remains open, since
I use the 'pause' statement. But when I launch the batch file within
Access, the Shell window becomes a blip on the screen and then is
gone. Why does the Shell window not stay open on the screen? I want
to visually verify that the batch file is functioning properly and
then close the window myself. Am I missing a command line switch
somewhere?

It should stay there with the pause statement in it, if not then it's
likely it didn't actually run the batch file or some condition
occurred to make the batch file exit (exit command or direct call to
another batch file).

--
A)bort, R)etry, I)nfluence with large hammer.

(replace sithlord with trevor for email)
Nov 12 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

12 posts views Thread by Moosebumps | last post: by
6 posts views Thread by Pekka Niiranen | last post: by
6 posts views Thread by Charles Neitzel | last post: by
12 posts views Thread by Brett Romero | last post: by
4 posts views Thread by MLH | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.