Jump to content

Recommended Posts

Posted

$size = FileGetSize("C:\test.txt") 
If $size <> 32303 Then goto a

AU3

Run, %COMSPEC% /C dir /-c c:\test.txt > c:\test_size.txt
FileReadLine,  Line, c:\test_size.txt, 7
IfInString, Line, 32303, Goto, a

AU2

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...