Viewing 2 posts - 1 through 3 (of 3 total)
here is the corrected code, i realized my variables had different names
: Run on dev
@ECHO OFF
set /p USERMONTH = Enter MONTH FOR RECORDS TO BE DELETED
set /p USERYEAR...
August 15, 2008 at 9:02 am
#858802
im trying to create a bat file that will ask for user input for two variables that my stored procedure needs to run. This is what I have so...
August 15, 2008 at 9:00 am
#858800