Page 1 of 1

How many ways eValid can work with Windows files

PostPosted: Tue Dec 11, 2018 9:57 am
by JeriDan
Morning all.

Can you please provide a list out for me all of the ways eValid can work with Windows files?

Thanks

Re: How many ways eValid can work with Windows files

PostPosted: Wed Dec 12, 2018 12:28 pm
by eValid
JeriDan wrote:Morning all.

Can you please provide a list out for me all of the ways eValid can work with Windows files?

Thanks


Thanks for posting JeriDan.

eValid is a Windows Application and it can read and write files provided it has sufficient permission.

There are many file oriented commands:

CopyFile -- copies one file to another
RemoveFile
SendFIle
TouchFile

These work like you would expect.

There are these commands that name files to used during playback:

Data SynthesisFile
EnvironmentVariableFile
On[Alarm|Error|Timeout|Warning]SendFIle

At the end of the say, however, if you need more complex Windows processing, you can use the commands:

SystemCall "filename"
SystemCallWait "filename"

are used to issue control to "filename" to be processed by Windows.


-- eValid Support