I am planning to use the "schedual task" in windows to try to launch
maple in the background (run under some different user account)
to do some computations.
For this pupose I have designed a little counter that is located in the
Start up code region:
for i from 0 to 100 do
if DataTable1(1, 1)=i then DataTable1(1,1):=i+1: break; end if:
end do:
the DataTale will tell me how many times the worksheet has been opened
just to check...