From e48f4618dcc4e218b598e7a638269e1607abb7ef Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 4 Aug 2008 11:38:35 -0500 Subject: [PATCH] README: Some updates on running programs --- README | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index baa4929..2ebd73a 100644 --- a/README +++ b/README @@ -135,11 +135,12 @@ or a filename only. For example: to run Notepad: wine notepad (using the search Path as specified in - wine notepad.exe the config file to locate the file) + the registry to locate the file) - wine c:\\windows\\notepad.exe (using DOS filename syntax) + wine notepad.exe (using the full executable name in the + current working directory) - wine ~/.wine/drive_c/windows/notepad.exe (using Unix filename syntax) + wine c:\\windows\\notepad.exe (using DOS filename syntax) wine notepad.exe /parameter1 -parameter2 parameter3 (calling program with parameters) -- 1.5.2.5