Each file command in a loop is not working Hi ,
When i try the below script it is not working
1 Message Box: "$Newpath$"
2 Start Loop " Each File in $Newpath$"
3 Comment: Please enter your commands to loop. Use $filename$ variable for each file name in the Loop.
4 Message Box: "$FileName$"
5 End Loop
But when i try to run the same scripts with the modifications below its working fine.
1 Message Box: "$Newpath$"
2 Start Loop " Each File in C:\Documents and Settings\syedzaguberalis\Desktop\Test"
3 Comment: Please enter your commands to loop. Use $filename$ variable for each file name in the Loop.
4 Message Box: "$FileName$"
5 End Loop
I have to give the path dynamically , Kindly let me know if i had done any mistake int the above scipt
Thanks
Syed |