RWilliams500
New member
- Local time
- Today, 11:59
- Joined
- May 22, 2024
- Messages
- 23
I have a batch file that downloads the current front end from a file server to the user's computer, then runs the front end with '
This works without issue on almost all the computers in my company that uses this program. But there is one I tried to install it on today that it will not work. It keeps acting as if it were run without the batch file. Every other computer I am aware of works fine. It's a Windows 10 machine with 2016 32bit runtime installed. I just tried a VM with Windows 10, installed 2016 runtime, and the program ran just fine. So any advice on what the heck might be going on with that one system?
Start "" "%userprofile%\Documents\Databases\Exam\WarriorExam_USER_FILE.accdr" /cmd batlaunched '. This tells the program it was run from the batch file, rather than someone directly running the front end.This works without issue on almost all the computers in my company that uses this program. But there is one I tried to install it on today that it will not work. It keeps acting as if it were run without the batch file. Every other computer I am aware of works fine. It's a Windows 10 machine with 2016 32bit runtime installed. I just tried a VM with Windows 10, installed 2016 runtime, and the program ran just fine. So any advice on what the heck might be going on with that one system?