Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I write a file HELLO.qvw, which can call bat file start to get date and time(aaa.bat)
Problem :
I want to get file name who call the bat file aaa.bat, and record "HELLO.qvw" file name/information.
And have log to remember it. (get "HELLO.qvw" information)
thanks
Hi.
You can just send the "HELLO.qvw" string as a parameter when you exec aaa.bat. Read some manual about .bat files.