i do understand that this code puts data from a server into a certain folder called IMS_DUMP_800: it deletes everything inside and then puts the data into it.
What i dont understand is the CD.. and pause afterwards.
Is it so the order is executed well?
Also what is the projectRevision=FS_0G0A3_010_800_23 code part doing?
cd IMS_DUMP_800
del *.*
Rem: comand output file name host/port projectbuild unit
si report --basename=GIF800_0l0 --hostname=ims-es --port=7001--project="/ES/FS/0G/0A3/pis/0l0/project.pj" --projectRevision=FS_0G0A3_0l0_800_23
si report --basename=GIF800_0m0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/0m0/project.pj" --projectRevision=FS_0G0A3_0m0_800_23
si report --basename=GIF800_0u0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/0u0/project.pj" --projectRevision=FS_0G0A3_0u0_800_23
si report --basename=GIF800_ec0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/ec0/project.pj" --projectRevision=FS_0G0A3_ec0_800_23
si report --basename=GIF800_sc0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/sc0/project.pj" --projectRevision=FS_0G0A3_sc0_800_23
si report --basename=GIF800_ws0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/ws0/project.pj" --projectRevision=FS_0G0A3_ws0_800_23
si report --basename=GIF800_xc0 --hostname=ims-es --port=7001 --project="/ES/FS/0G/0A3/pis/xc0/project.pj" --projectRevision=FS_0G0A3_xc0_800_23
CD ..
pause