Batch file

S

Susan Benedict

I wrote a batch file which gets data from the hard drive
and loads it to a folder on an ftp server. It works fine
when I just launch the stand alone batch file by double
clicking on it, but I want the user to be able to launch
it from the Access 2000 database. What step am I missing?

Thanks.
 
G

Guest

What are you missing? What have you tried?

From code:
Shell "cmd.exe /c c:\temp\susan.bat"
or
shell "c:\temp\susan.bat"


Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top