diff --git a/exec/classic_shell.js b/exec/classic_shell.js
index a04bd3db0bd6a5f87a68e20f86af94614c4de660..52f668e5a8cc1cd5afcdfee1a0677fcc671e805b 100644
--- a/exec/classic_shell.js
+++ b/exec/classic_shell.js
@@ -26,8 +26,8 @@
 
 load("sbbsdefs.js");
 load("coldfuncs.js");
-load("str_cmds.js");
 bbs.command_str='';	// Clear STR (Contains the EXEC for default.js)
+load("str_cmds.js");
 var str;
 
 // Set return point for main menu commands (via end_cmd)