Hi, I wrote a batch script which receives 9 parameters and insert them in a file. The problem is if the parameters are in size of 1 character the are been ignored, if their size is greated it's ok. This is the script: echo off set PROCESS_NUMBER=%1 set RUN_NUMBER=%2 set LEVEL_NUMBER=%3 set PARAM_NAM...