Aeswdriver logging

Support for the Milan Intelligent interface, sold by Money Controls as the Paylink USB unit and for the earlier PCI card version.

Moderators: aardvark, davebush, Admin

Post Reply
markh51
Posts: 15
Joined: Mon Nov 12, 2007 9:09 pm

Aeswdriver logging

Post by markh51 »

I have recently noticed that you are not able to log to a file if the file is located in a directory which has spaces in its name.

e.g:
aeswdriver.exe c:\paylink\log.txt - WORKS
aeswdriver.exe c:\paylink logs\log.txt - FAILS

The one what fails does not provide any logging at all...
markh51
Posts: 15
Joined: Mon Nov 12, 2007 9:09 pm

Post by markh51 »

A workaround to this is to enclose the path in quotation marks.

e.g
"c:\paylink logs\log.txt"

Maybe this is by design of the driver, I dont know...
davebush
Posts: 490
Joined: Fri Oct 22, 2004 12:20 pm

Post by davebush »

This is in fact the standard across all Windows programs - if you want to specify two of more items in a single field (the program and log file) and some of them contain spaces, you have to use the quotes.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Post Reply