Batch file for ISE 9.2 not running

Status
Not open for further replies.

verylsi

Full Member level 2
Joined
Mar 12, 2012
Messages
123
Helped
16
Reputation
32
Reaction score
16
Trophy points
1,308
Activity points
2,130
Hello all,

I am trying to run generate bit file using batch mode.
The same project runs on another machine having XP service pack 2,

It was working for few day on windows 7 but suddenly it stopped running.
the terminal window pops up and closes immediately.

Any suggestions to fix this?
 

Open a command window. start->run->cmd
CD to the directory where the batch file is located and run it on the command windows command line.
You're getting an error, that's why it closes immediately.
 
Reactions: verylsi

    verylsi

    Points: 2
    Helpful Answer Positive Rating
Hi ads-ee,

Thanks, now the batch file is running and it the terminal is not disappearing. although
the following error is showing in the windows -


Could Not Find E:\work\CASHEL\TX_1_03_B17\TX_1_03_B17\FR_FL2_PRJ\ise_flow_results.txt

I dnt know ehy it could not find the above mentioned file , as the file is present in the mentioned directory.

Please help.

Thanks.
 

That's why you should always run batch files from a command window (so you can see the errors).

Is that file being called out from the batch file itself? As it looks like an output file, do you have permissions to write to the directory and make sure the file isn't read only.
If you have write permission to the directory/file, then try a relative path instead of the full path.

Regards
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…