News

If you use "%~dp0" (sans quotes) in a batch file, this will point to the batch file's path. For example : SET MAC=00:00:00:00:00:00 %~dp0mc-wol.exe %MAC% MC-WOL.EXE is a wake-on-lan program, and ...
I've got it in a sub-folder, and the data source has a hard-coded path to the db file. How can I make it relative? For a WebApp, I'd rely on Server.MapPath, but how to do something similar here?