Q: Getting a progams own path including filename

hi there, i was just wondering if there was a way for a vb app to 
get its own filename ("whatever.exe"), either w/ or without the 
path.  It would be more helpful if you could get the full path, 
but either

Vonnegut; adah@erols.com

A: Take a look at the vbcommands App.ExeName (which gives you the executable name) and App.Path (which gives you the executable path). Return