Parameter setup examples

argc = 5

argv[] = {“fl” , ”/R” , ”a:

test

*.dat” , ”d:

info

*.*” , ”b:

data

”}

With this specification all files with a "DAT" extension under the "test" directory of the drive A on the partner-side machine and all files under the "info" directory of the drive D will be transferred to the "data" directory of the drive B on the execution side.

argc = 5

argv[] = {“fl” , ”/RR” , ”a:

test

*.dat” , ”d:

info

*.*” , ”b:

data

”}

With this specification all files with a "DAT" extension under the "test" directory (including the sub-directories) of the drive A on the partner-side machine and all files under the "info" directory (including the sub-directories) of the drive D will be transferred to the "data" directory of the drive B on the execution side.

247

Page 247
Image 247
Casio IT-2000W manual Argc = Argv = fl , /R , a Test Dat , d Info Data