Advertisement
somdcomputerguy

otp.au3

Dec 16th, 2023 (edited)
1,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.25 KB | Source Code | 0 0
  1. #include <File.au3>
  2. #include <Array.au3>
  3. Local $aRecords
  4. _FileReadToArray("z:\xampp\htdocs\somemore.txt", $aRecords)
  5. $aLastLine = _ArrayPop($aRecords)
  6. _FileWriteFromArray("z:\xampp\htdocs\somemore.txt", $aRecords, 1)
  7. MsgBox(0, "OTP", $aLastLine)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement