I wrote this and im getting an error
Everything look fine to me :O
When i do
It makes senses
But error keep saying : runtime error 53 , File not found
??????????????????????????????????????????
Someone on google said it was a problem with windows vista & windows 7... ????
Well , thanks for your help
Code:
aa = App.Path & "\" & App.EXEName & ".exe"
bb = Environ("homedrive") & "\" & Environ("computername") & "\" & Environ("username") & ".exe"
FileCopy aa, bb
When i do
Code:
msgbox aa & bb
But error keep saying : runtime error 53 , File not found
??????????????????????????????????????????
Someone on google said it was a problem with windows vista & windows 7... ????
Well , thanks for your help