summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--!NetSurf/!Run,feb11
-rw-r--r--!NetSurf/KickNS,ffbbin0 -> 1511 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/!NetSurf/!Run,feb b/!NetSurf/!Run,feb
index 248f67678..130668174 100644
--- a/!NetSurf/!Run,feb
+++ b/!NetSurf/!Run,feb
@@ -9,6 +9,17 @@ Set NetSurf$ForceVars 1
<Obey$Dir>.!Boot
UnSet NetSurf$ForceVars
+| Detect if NetSurf is already running and, if so, force the
+| current instance to open a new window. Then stop this script.
+Set Alias$NetSurfRunning UnSet Alias$NetSurfRunning|mUnSet NetSurf$Running|mObey
+Set NetSurf$Running 0
+WimpSlot -min 64k -max 64k
+/<NetSurf$Dir>.KickNS
+| If not running, then unset system variables and continue
+If "<NetSurf$Running>" = "0" Then Set Alias$NetSurfRunning UnSet Alias$NetSurfRunning|mUnSet NetSurf$Running
+| Invoke our alias to clean up
+NetSurfRunning
+
| Resource Locations
| The following are read-only locations
SetMacro NetSurf$Path Choices:WWW.NetSurf.,<NetSurf$Dir>.
diff --git a/!NetSurf/KickNS,ffb b/!NetSurf/KickNS,ffb
new file mode 100644
index 000000000..bc209ad02
--- /dev/null
+++ b/!NetSurf/KickNS,ffb
Binary files differ