Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access not launching vb .net exe

Status
Not open for further replies.

Hfnet

IS-IT--Management
Dec 31, 2003
369
GB
I have created a vb .net exe to backup an mde, copy an updated version from the network, and start it.

I am trying to call the updater.exe from the mde using shell:

Code:
strLaunch = "C:\Program Files\CoData\Dbase\updater.exe"
shell strLaunch, vbNormalFocus
DoCmd.Quit

However, this appears not to be launching the updater.exe. what am I doing wrong?
 
Weird, I get a out of memory error whatever I try, do I need a reference or something for that api code?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top