Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ktoblzcheck(1) [debian man page]

KTOBLZCHECK(1)						      General Commands Manual						    KTOBLZCHECK(1)

NAME
ktoblzcheck - Check Account and BLZ (bank routing code) SYNOPSIS
ktoblzcheck [--returncode] [--file=<datafile>] <bank-id> <account-id> DESCRIPTION
This manual page documents briefly the ktoblzcheck application. ktoblzcheck is a program that will check a given account and blz for the bank being valid and the account being valid using some checksum calculations, if supported for that particular bank. The output is the clear-text name of the bank specified by <bank-id>, and whether the given <account-id> is a valid account number at this bank. OPTIONS
<bank-id> This is the Bankleitzahl (bank routing id), actually it is the account-id of that particular bank at the Deutsche Bundesbank. <account-id> This is the account number you wish to verify. If the checksum method of the bank specified by the <bank-id> is supported, you will get the account-id verified, i.e. if it is a valid account-id at that particular bank. --returncode If given, the result is returned via the returncode and no output on the terminal. The following returncodes are possible: 0: account and bank are ok 1: unknown, e.g. checksum not implemented or such 2: account and/or bank not ok 3: bank not found --file=<datafile> Specifies the file with the bankdata. This file can be obtained via the internet from the Deutsche Bundesbank on address http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php Beware! This page is in German only. BUGS
No bugs are known at this time. Only certain checksum algorythms are supported as of now, so please don't complain if you always get "unknown" as return value. AUTHOR
This manual page was written by Jens Gecius <jens@gecius.de> for the Debian GNU/Linux system. Authors of ktoblzcheck are Fabian Kaiser <fabian@openhbci.de> and Christian Stimming <stimming@tuhh.de>. August 3, 2003 KTOBLZCHECK(1)

Check Out this Related Man Page

GUSLOAD(1)							   AWE32 manual 							GUSLOAD(1)

NAME
gusload - load a GUS-format patch file into the AWE32 RAM SYNOPSIS
gusload [-Iixv] [-b bank] [-p preset] GUSpatch DESCRIPTION
This manual page documents briefly the gusload command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. gusload is a program that will read a GUS-format patch file, and then upload it to the Linux AWE32 driver, to be used by other AWE32 utili- ties, e.g. drvmidi(1). OPTIONS
The program follows the usual UNIX command line syntax, but doesn't support long options (options starting with two dashes `-'). Here is a summary of the options is accepts:- -I (Re-)Initializes the AWE32 driver. -i Resets all samples. -x Removes the last samples in the AWE32's RAM. -v Verbose mode. -p [preset] Sets the instrument number to [preset]. Defaults to values specified in the patch file. -b [bank] Sets the "bank" that the instruments are loaded into. Defaults to bank 0. -c [chorus] Sets the amount of chorus, ranging from 0 to 100. -r [reverb] Sets the amount of reverberation, ranging from 0 to 100. SEE ALSO
sfxload(1) AUTHOR
This manual page was written by Tom Lees <tom@lpsg.demon.co.uk>, for the Debian GNU/Linux system. The AWE32 driver and utilities were written by Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>. awesfx 0.3.3 Mon Feb 17 10:35:23 GMT 1997 GUSLOAD(1)
Man Page