• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Simple shortcut macro / bat file question

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Sleepy_Steve

Member
Joined
Dec 3, 2004
Location
VT... or MD
Hey all, I'm not sure this is the right section to ask, but here goes.


I have a program that I need to run that is very buggy. UNLESS I open a specific DLL with that program's installed EXE file. This is for tuning the ECU on my track car, and the software is no longer supported.

My question is this:
A) Can I write a batch file to do this?
B) What's the best way to write it?


Objective with correct file names:
Code:
ftd2xx.dll needs to be opened with BikiSoft.exe

File Paths:
Code:
C:\Program Files (x86)\Bikirom\BikiSoftV4\BikiSoft.exe
C:\Program Files (x86)\Bikirom\BikiSoftV4\USB Drivers\ftd2xx.dll
 
Back