If you surround the 'long' filename by double quoutes and use 'Start' the short filename will be translated correctly!

Example:
code:
Shell '%COMSPEC% /C Start ProfGen "C:\Long name for directory\Long filename.ini"'

-Erik