Hi,
Hope I phrase this correctly. I wanted to create a batch file that does the following. I want it to run a program that takes in a variable that is dependant on the date. For example the original code (which doesn't work) is:
call rmagic.exe -statistics_File_In=C:\webStatistics\%yy%_%mm%_%dd%-MYwebsite_Stats.dat
I need the %yy%_%mm%_%dd% part of it to output the actual date separated by underscores. I am running Windows NT if that has anything to with what approach I should use. Any help would be appreciated.
Also, kinda off-topic, any suggestions on good forums to get answers for programming questions.
Mucho Thanks in Advance,
Psyber
Hope I phrase this correctly. I wanted to create a batch file that does the following. I want it to run a program that takes in a variable that is dependant on the date. For example the original code (which doesn't work) is:
call rmagic.exe -statistics_File_In=C:\webStatistics\%yy%_%mm%_%dd%-MYwebsite_Stats.dat
I need the %yy%_%mm%_%dd% part of it to output the actual date separated by underscores. I am running Windows NT if that has anything to with what approach I should use. Any help would be appreciated.
Also, kinda off-topic, any suggestions on good forums to get answers for programming questions.
Mucho Thanks in Advance,
Psyber