I have a batch script as follows
move /Y E:\Scripts\*.sql E:\Scripts\OBIEE
Lets say in E:\Scripts I have a file insert.sql I want to save it in E:\Scripts\OBIEE
as insert_31102012.sql where 31102012 is the current date 31 Oct 2012.
Any Ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will append the date (_YYYYMMDD) to all .SQL files in the E:\Scripts\ directory, then move them to the E:\Scripts\OBIEE\ subfolder.