In Automatic Mouse and Keyboard, you can use CreateFileFinder and FindNexFile to find files.
You can download the sample from find_file.amk
In Automatic Mouse and Keyboard, you can use CreateFileFinder and FindNexFile to find files.
You can download the sample from find_file.amk
With the latest version of Automatic Mouse and Keyboard, you can download a file easily. Just call the function UrlDownloadToFile.
You just need to set the URL and the Destination File or Destination Directory.
In Automatic Mouse and Keyboard, you can create a Scripting.FileSystemObject object, then use the object to get the size of a file.
You can download the sample from GetFileSize.amk
To load a txt file, you can call the function LoadTextFile. And then you can call the function SplitString to split the texts to lines. You can also call SplitString again to split a line to values. The following sample show you how to load a text file and split its content.
You can download the sample from LoadTextFile.zip
And you can learn more about the function SplitString from http://blog.robot-soft.com/how-to-split-string.
You can call the function XLS_Create to create an excel file. And you can call the function XLS_Open to check if an excel file exists. If it does not exist, then call XLS_Create to create. Sample: Excel.amk
There are many other excel functions in Automatic Mouse and Keyboard, to learn more about them, please seeĀ http://blog.robot-soft.com/how-to-operate-excel-file.