Jump to content
Corsair Community

Launch application


James48

Recommended Posts

Hello, I'm curious it's possible to open access.mdb file as well in Corsair K95 RGB?

 

Path: D:\My Documents\SCC\SCC2017.mdb

 

Input in "Run the following program": D:\My Documents\SCC\SCC2017.mdb

 

Problem is, Corsair work only with, exe or bat file to startup

 

Also tried making bat file: SCC2017.bat

 

Input SCC2017.bat file: cmd /d start D:\My Documents\SCC\SCC2017.mdb

 

Doesn't work as well...

 

There is a solution for it please?

 

Regards, James48

Link to comment
Share on other sites

Hello,

 

I've made a mistake,

 

You write:

@echo off

start D:\My Documents\SCC\SCC2017.mdb

 

I did:

@echo off start D:\My Documents\SCC\SCC2017.mdb this is erroneously

 

To testing I've replaced file SCC2017.bat in new map: C:\Access_test

 

Have done it your way,

@echo off

start C:\Access_test\SCC2017.mdb

 

Now it's working, but not in: D:\My Documents\SCC\SCC2017.mdb

 

Made also new file in D:\TEST_access_SCC\SCC2017.mdb

http://puu.sh/tCxso/677932c77d.png

 

Here a new test: D:\TEST\SCC2017.mdb

@echo off

start D:\TEST\SCC2017.mdb

 

Now it's working good.

 

I've tried with D:\MyTest\Test1\Test2\SCC2017.mdb it's not working

 

Also D:\My Test\Test\SCC2017 It's not working (with space in My Test)

 

Also D:\MyTest\Test\SCC2017 it's working (without space in My Test)

 

Now I know it's better don't use space in names...

 

Thank you very much, if there is another solution you're welcome :-)

 

Regards,

James48

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...