tabs ↹ over ␣ ␣ ␣ spaces

by Jiří {x2} Činčura

FlameRobin Portable

8 Nov 2007 1 mins Firebird

I like the software without installation, just one exe, one config saved on some well know place or near exe. For Firebird administration, I’m mainly using wfsql (better isql), IBExpert and FlameRobin (and sometimes isql). Well the isql is without config at all, the wfsql has one ini file, no problem. But sometimes you need something graphical, ’cause it’s faster to click here and there, commit, going home. The FlameRobin has nice switch. The /uh. When you put into /uh path to the conf directory, it will use it, else it will be saved somewhere is %AppData%. So I’ve create simple batch file to run it.

cd "%~dp0%"
start flamerobin_unicode.exe /uh "%cd%conf"

It’s simply as it can be. First it sets the dir where it is as working and then runs the FR binary. That’s all. You can use it on flash drive, on network drive, wherever you want.

Profile Picture Jiří Činčura is .NET, C# and Firebird expert. He focuses on data and business layers, language constructs, parallelism, databases and performance. For almost two decades he contributes to open-source, i.e. FirebirdClient. He works as a senior software engineer for Microsoft. Frequent speaker and blogger at www.tabsoverspaces.com.