PDA

View Full Version : email



Scoofy12
01-24-2005, 01:55 PM
does anyone know of a way to tell which email address my node is registered under by looking at my FAD files? so I dont end up with a Scoofy12;2 ;3, etc

MerePeer
01-24-2005, 04:37 PM
Is this what you were asking->
Under both win and linux if you go to a cmd prompt, change default to the fad dir, then enter

fadsetup -list
(unix: ./fadsetup -list)

It will show you your nick, your email, your project settings, etc.

Also, under win only, you can just run fadsetup.exe and it will show you the info in the GUI.

Scoofy12
01-24-2005, 05:00 PM
ah, yeah that was it, the linux one. just didnt know what command i wanted, thanks

MerePeer
01-24-2005, 05:13 PM
You can also use that bin to chg things, for instance

./fadsetup -projects +Cancer

would enable the cancer project. You can get the list of cmd line options using

./fadsetup -help

:)