I am trying to create a bat which opens log file to notepad.
Logfile is named by date ddmmyyyy.log
var d;
d= "13052004"
notepad "Path\" + d + ".log"
while executing, bat does not understand my variable d.
Can anyone help me with this?
-Jan
|
Results 1 to 2 of 2
Thread: using variables in batThreaded View
|
Click Here to Expand Forum to Full Width |