diff --git a/exec/rlogin.js b/exec/rlogin.js
new file mode 100644
index 0000000000000000000000000000000000000000..f571ab27dac3077f5520394081598f163d8a8e9e
--- /dev/null
+++ b/exec/rlogin.js
@@ -0,0 +1,15 @@
+// rlogin.js
+
+// Telnet Gateway using RLogin protocol - Requires v3.00c
+
+// $Id$
+
+// @format.tab-size 4, @format.use-tabs true
+
+load("sbbsdefs.inc");
+
+write("\r\n\001h\1hPress \001yCtrl-]\001w for a control menu anytime.\r\n\r\n");
+console.pause();
+writeln("\001h\001yConnecting to: \001w"+argv[0]+"\001n");
+bbs.telnet_gate(argv[0],TG_RLOGIN);
+console.clear();