Cara Kerja
PHP di WAMP tidak punya cron daemon. Halaman ini membuat file `.bat` dan `.xml` untuk Windows Task Scheduler. Import XML atau jalankan command `schtasks` di PowerShell/CMD.
Generated Files
collector_task
TokiCrypto-Collector
autotrade_task
TokiCrypto-AutoTrade
collector_xml
/home/geunefid/public_html/toki.geunef.id/task-collector.xml
autotrade_xml
/home/geunefid/public_html/toki.geunef.id/task-autotrade.xml
collector_bat
/home/geunefid/public_html/toki.geunef.id/run-collector.bat
autotrade_bat
/home/geunefid/public_html/toki.geunef.id/run-autotrade.bat
Command Install Task
schtasks /Create /TN "TokiCrypto-Collector" /XML "/home/geunefid/public_html/toki.geunef.id/task-collector.xml" /F
schtasks /Create /TN "TokiCrypto-AutoTrade" /XML "/home/geunefid/public_html/toki.geunef.id/task-autotrade.xml" /F
Jalankan command di CMD/PowerShell. Jika task sudah ada, `/F` akan menimpa konfigurasi lama.