Batch file

  • Thread starter Thread starter Susan Benedict
  • Start date Start date
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.
 
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
 
Back
Top