I am trying to use a BAT file to start up an Access MDE database.  The BAT file works just fine in Windows 10.  It fails with winflector, 

STILL CANNOT ADD A JPG FILE VIA THE UPLOAD OPTIONS BOTTOM LEFT!!!!!!!!!!!!!!!

STILL CANNOT ADD A JPG FILE VIA THE UPLOAD OPTIONS BOTTOM LEFT!!!!!!!!!!!!!!!

The bat file is used to copy a current copy of the database to a local location

The last line of the bat file is as follows and is used to start Access with the file named:

 

ANVdbFrontEnd.mde

 

The error is:

Microsoft Access

The command line you used to start Microsoft Access contains an option that Microsoft Access doesn't recognize.

Exit and restart Microsoft access using valid command-line options.

 

Bob

 

RESOLVED

Need to use the following format:

cmd /c start MSACCESS c:@ANVANVdbFrontEnd.mde