Author |
Post |
|
#1 Sun Mar 06, 2011 13:58, 172 months ago.
|
Member
Registered: Mar 2011
Location: HCM, Vietnam
|
Operating system name and version: win 7 pro 32 Version of smsd: 3.1.14 Smsd installed from: sources Name and model of a modem / phone: Dlink DSL-500T Interface: USD When I install Smstool in step : i recieve this warning: help me!! « Last edit by hoangthach04 on Sun Mar 06, 2011 14:00, 172 months ago. »
|
|
#2 Sun Mar 06, 2011 15:29, 172 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
As the warning suggests, you could define CYGWIN environment variable option "nodosfilewarning". Right-click Computer in the Start Menu, select Properties and then Advanced system settings, Under the System variables, add a new variable: name: CYGWIN, value: nodosfilewarning.
|
|
#3 Sun Mar 06, 2011 15:43, 172 months ago.
|
Member
Registered: Mar 2011
Location: HCM, Vietnam
Topic owner
|
That do not work, it still announces ' Can't find C:\Program Path'
|
|
#4 Sun Mar 06, 2011 17:17, 172 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
What kind is the path when checking it on the Cygwin shell: echo $PATH
You could try to fix the path, and set it in the .bashrc file, for example:
export PATH="/usr/local/bin:/usr/bin:/bin"
If something from "Program Files" is needed, short form of a name could be used. Use "dir /X" to see those names, for example PROGRA~1 (Program Files).
|