mesale0077 Posted February 27, 2009 Posted February 27, 2009 vbs code Dim objFileSystem, objOutputFile Dim strOutputFile Set objFileSystem = CreateObject("Scripting.fileSystemObject") Set objOutputFile = objFileSystem.CreateTextFile("C:\example.txt", TRUE) objOutputFile.WriteLine("12345"& " ("&Now&")") objOutputFile.Close and read example.txt take data in txt , or the opposite example: written in txt a b c -- --- --- 12 34 56 23 42 67 55 78 42 . . . . . . ı want to do procedure $a=12*5 $b=34/3 $c=56+4 $d=23*tan45 $e=42*sin30 . . . how is it in auto it pro now thank you good works
Marlo Posted February 27, 2009 Posted February 27, 2009 Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
system24 Posted February 27, 2009 Posted February 27, 2009 Search for the FileOpen, FileRead, FileWrite, and FileClose in the help file. [center]It's a question of mind over matter, if I don't mind, it doesn't matter.[/center]
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