Efo74 Posted March 28, 2020 Posted March 28, 2020 Hello, I must edit an rdp file ... I want change the IP address with Autoit, but I can't ... because Filewrite return 0. Can Someone Help me ? $hFile = FileOpen(@ScriptDir & "\Test.rdp",128);UNICODE ? $retval = FileWriteLine($hFile,"test_xxxx") MsgBox(0,$retval,$retval) FileClose($hFile) :rolleyes:
Zedna Posted March 28, 2020 Posted March 28, 2020 In FileOpen use flag 128+1 or 128+2 Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now