Search found 2 matches

by yaniv_it
10 May 2012 00:29
Forum: DOS Batch Forum
Topic: Batch script ignores the parameters
Replies: 4
Views: 5317

Re: Batch script ignores the parameters

Thanks fellows it's working !!! :D

>>%PARAM_FILE% echo $$PROCESS_NUMBER=%PROCESS_NUMBER%
by yaniv_it
09 May 2012 07:21
Forum: DOS Batch Forum
Topic: Batch script ignores the parameters
Replies: 4
Views: 5317

Batch script ignores the parameters

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...