diff --git a/shells/cmd.php b/shells/cmd.php
index e56e86c..463809b 100644
--- a/shells/cmd.php
+++ b/shells/cmd.php
@@ -1 +1,4 @@
-
+
diff --git a/shells/webshell.cfm b/shells/webshell.cfm
index d1de3c4..89b0c40 100644
--- a/shells/webshell.cfm
+++ b/shells/webshell.cfm
@@ -6,8 +6,9 @@
Notes:
-- For Windows put this as command "c:\windows\system32\cmd.exe /c" or wherever cmd.exe is
- - For Windows options are the command you want to run "dir" "type" etc
+
- For Windows put this as command "c:\windows\system32\cmd.exe" or wherever cmd.exe is
+ - For Windows options are the command you want to run "/c dir" "/c type" etc
+
- /c swich is needed for cmd.exe - Carries out the command specified by string and then terminates