Various Information

Statement Printing Utility

Statement printing utility - Procedure to print monthly statement report

Following are the steps to be carried out the branch person. Steps to extract the statement for selected accounts
  1. Go to start menu - > run .
  2. Type cmd and then press enter. 
  3. Type F: on the command prompt and then press enter. 
  4. Type cd utils and then press enter. Then you will see the command promt as F:\Utils> 
  5. Find out the date in YYYYMMDD format where the Statement.txt(Month end Statement) is present.
For example Statement.txt is in 20070131.

  • To get the statement for one account (For Ex 20000001980). type the following command and press enter
          printstmt 20070131 20000001980

  • To get the statement for range of account(For Ex 20000001980 TO 20000002000) type the following command and press enter

          printstmt 20070131 20000001980 20000002000

  • To get the statement till the END of the report from any given number type the following command and press enter

          printstmt 20070131 20000001980 END



Note:All content is copyrighted to www.vsolution.in and may not be reproduced on other websites.

If you have any question regarding this websites or any other post related you can Email us.

0 Comments For " Statement Printing Utility "