If you are running it from the logon script it would be nothing more than something like the following.
Copy the file to the %temp% directory.
shell "%temp%\filename.exe"

if you need to run it at a later time, scheduling it with Task Scheduler would be the way to go. Search the board.