how to run a c++ file on a windows server -
i have c++ program created in visual studio , has issues when save on server (to run .exe. server doesn't have vs, tried .exe. program creates .txt file (or if 1 exists, overwrite it) , emails new file attachment. here's goes haywire: can double click on program , create .txt , send email off, if have task scheduler it, not overwrite .txt file (or create new .txt file if delete current one). if old .txt file there, program attach that file , send email off.
so, i'm wondering if there's way have program work?
the server microsoft sql server 2008
you don't have permission overwrite existing file. make sure directory reading , writing isn't protected. example, don't have in program files unless give program higher privileges.
Comments
Post a Comment