From 2b661d5648a136c394958f82daab3bf08261b26d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 4 Aug 2004 13:15:56 +0000 Subject: [PATCH] some newbie help Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1900 --- src/shell/shell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 3038b8a2..428555dc 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell.cpp,v 1.43 2004-08-04 09:12:57 qbix79 Exp $ */ +/* $Id: shell.cpp,v 1.44 2004-08-04 13:15:56 qbix79 Exp $ */ #include #include @@ -286,7 +286,7 @@ void SHELL_Init() { MSG_Add("SHELL_CMD_DIR_INTRO","Directory of %s.\n"); MSG_Add("SHELL_CMD_DIR_BYTES_USED","%5d File(s) %17s Bytes\n"); MSG_Add("SHELL_CMD_DIR_BYTES_FREE","%5d Dir(s) %17s Bytes free\n"); - MSG_Add("SHELL_EXECUTE_DRIVE_NOT_FOUND","Drive %c does not exist!\n"); + MSG_Add("SHELL_EXECUTE_DRIVE_NOT_FOUND","Drive %c does not exist!\nYou must mount it first. Type intro for more information.\n"); MSG_Add("SHELL_EXECUTE_ILLEGAL_COMMAND","Illegal command: %s.\n"); MSG_Add("SHELL_CMD_PAUSE","Press any key to continue.\n"); MSG_Add("SHELL_CMD_PAUSE_HELP","Waits for 1 keystroke to continue.\n");