- May
- 13,547
- 197
Would this be possible (in a future version) ... A command line version of
LOADBTM (or another name) together with UNLOADBTM and RUNBTM?
The user could
LOADBTM file.btm
and run it at will with RUNBTM, unloading it at an appropriate time.
This would make speed testing more critical. For example, instead of
timer & for /l %z in (1601,1,2008) agetodate.btm %@makeage[%z-01-01] & timer
one could
loadbtm agetodate.btm
timer & for /l %z in (1601,1,2008) runbtm %@makeage[%z-01-01] & timer
Without having to load (actually read) the BTM with each iteration, the timing
would more accurately show the significance of any tweaks.
--
- Vince
LOADBTM (or another name) together with UNLOADBTM and RUNBTM?
The user could
LOADBTM file.btm
and run it at will with RUNBTM, unloading it at an appropriate time.
This would make speed testing more critical. For example, instead of
timer & for /l %z in (1601,1,2008) agetodate.btm %@makeage[%z-01-01] & timer
one could
loadbtm agetodate.btm
timer & for /l %z in (1601,1,2008) runbtm %@makeage[%z-01-01] & timer
Without having to load (actually read) the BTM with each iteration, the timing
would more accurately show the significance of any tweaks.
--
- Vince