Quote Originally Posted by manuel_cv View Post
Same here I just tried both methods, using -----lock and run as date.

For -----lock the solution works only for the first time, at the second time you open the access that -----lock creates, ETAP ask you for activation serial, and you have to delete the .lck file. And then repeat the process.

For the run as date solution, it works every time you open ETAP, but when you use the software for more than 30 min you get a warning about the license manager and ETAP close.

I don´t know if I am missing something but I follow all the installation steps, creating the ECP port, etc. Someone could check these and report back please.
manuel, intenta con este bat:

@ ECHO OFF
cd C:\ETAP 1100
"C:\Program Files\WinRAR\UnRAR.exe" e -o+ "C:\ETAP 1100\etaps.lck.rar"
"C:\ETAP 1100\RunAsDate.exe" /movetime /returntime 30 01\04\2014 00:00:00 "C:\ETAP 1100\ETAPS.EXE"
echo Z@8cUuS5w#nytVgCfvvccA%tDDu4jD6aNb?K
pause

Añadiendo "/movetime" ya no saldrá el limite de 30min, y con "/returntime 30" el programa vuelve a la fecha actual pasado 30s para que puedas sacar los informes con fecha actual, además de que no afecta al limite de 30min.

Yo tengo W8 y para que todo esto funcione, el runasdate.exe debe ejecutarse en modo administrador. Espero que os sirva.