Hi:
I am using Access 2007 to accomplish (what I thought was) a simple 4 step task: give the user a linked list of values and prompt the user to select one. Use that value in a DOS batch file as part of a switch. Ask the user to confirm. Report completion of batch file.
In other works, user selects FOO from the combo box in step one. Step 2, user double clicks a button and the following text runs as a batch file:
cd folder for location of FOO2.exe
FOO2 <path name for template file> -add FOO
"Do you want to add FOO?"
yes
FOO has been added or no, operation has been cancelled.
Have tried using TEMPVARS but don't know how to name them and then append to text. Also, can't seem to string together multiple dos commands 1. cd 2. execute
Any help is appreciated.
I am using Access 2007 to accomplish (what I thought was) a simple 4 step task: give the user a linked list of values and prompt the user to select one. Use that value in a DOS batch file as part of a switch. Ask the user to confirm. Report completion of batch file.
In other works, user selects FOO from the combo box in step one. Step 2, user double clicks a button and the following text runs as a batch file:
cd folder for location of FOO2.exe
FOO2 <path name for template file> -add FOO
"Do you want to add FOO?"
yes
FOO has been added or no, operation has been cancelled.
Have tried using TEMPVARS but don't know how to name them and then append to text. Also, can't seem to string together multiple dos commands 1. cd 2. execute
Any help is appreciated.