wifinigel.MikrotikScripting/scripts/v6/ch10-09-simple-pause.rsc

8 lines
184 B
Text
Raw Permalink Normal View History

2023-05-31 18:14:19 +02:00
# filename: ch10-09-simple-pause.rsc
2023-01-19 21:27:15 +00:00
# A simple script that includes a 2 second pause
:put "Hello we're going to pause now...";
:delay 2;
2023-05-31 18:14:19 +02:00
:put "Pause complete. We're all done now!";