Jump to content
Corsair Community

Bat files


fyew-jit-tiv

Recommended Posts

I have just tried it and it's working on my side.

 

What version of CUE are you running?

What does the batch file do? E.g. Open C:\ in File Explorer, etc.

 

Running Latest CUE. 2.8.70

 

Bat files is linked to DDM.exe and allows switching of monitor ports without touching the monitor (DP to MDP and back) by running this bat file.

 

Bat 1 Switch from DP to MDP

 

@Echo off

ddm.exe /2:SetActiveInput DP1

exit

 

Bat 2 Switch from MDP to DP

 

@Echo off

ddm.exe /2:SetActiveInput DP2

exit

 

And yes the bat files runs perfectly within windows but just doesnt work via CUE.

Link to comment
Share on other sites

Where is the batch file located?, Have you tried completing the full path to the .exe?

 

The batch files works fine and has done for the past yr. Its located where it should be in the DDM program folder and then i use shortcuts to activate. In cues case i just point cue to the ddm program folder and expect the bat file to execute but it doesnt. What do you mean by completing full path to exe?

Link to comment
Share on other sites

Something like this for batch files outside of the .exe;

@echo off

start "Chrome Incognito" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --incognito

exit

 

Within the .exe

 

@echo off

start "Chrome Incognito" "chrome.exe" --incognito

exit

 

Did the batch files work fine in CUE previously?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...