- Jun
- 2
- 0
Hi
Can I pass the answer of an @eval to a variable like this
set var1=1
echo %@eval[%var1% * 60] = %answer%
This doesn't work, I tried a few things, I didn't see it in the docs so thanks very much for any assistance.
simply, I want an alarm and here is what I have so far. I just cant figure out the @eval.
echo How many minutes ???
input %%timer
echo %@eval[%timer% * 60]
delay %timinmins%
Thanks!
timo
Can I pass the answer of an @eval to a variable like this
set var1=1
echo %@eval[%var1% * 60] = %answer%
This doesn't work, I tried a few things, I didn't see it in the docs so thanks very much for any assistance.
simply, I want an alarm and here is what I have so far. I just cant figure out the @eval.
echo How many minutes ???
input %%timer
echo %@eval[%timer% * 60]
delay %timinmins%
Thanks!
timo