When I make an .exe I have in my code a fiel that is drawn from a:\*.*
What do i have to do to make sure that when other people see it they don't have to have that file they can just look and stuff?
Printable View
When I make an .exe I have in my code a fiel that is drawn from a:\*.*
What do i have to do to make sure that when other people see it they don't have to have that file they can just look and stuff?
:confused: What do you mean? Please be more clear.
Code:if dir("a:\file.txt") = "" then
msgbox "Didn't find license key! Exiting program"
end
endif