Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > click_no_wait error

Reply
Thread Tools

click_no_wait error

 
 
Chad Locke
Guest
Posts: n/a
 
      08-21-2009
First off, sorry if this is in the wrong location as this is my first
posting. I have build an executable using rubyscript2exe. I'm
attempting to run this from a network drive. It all works except when
click_no_wait needs to be called prior to handling a popup. The error
I'm getting within the console is:

CMD.EXE was started with the above path as the current directory. UNC
paths are not supported. Defaulting to Windows directory.

The path it displays is the network folder location.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Marvin Gülker
Guest
Posts: n/a
 
      08-24-2009
Chad Locke wrote:
> First off, sorry if this is in the wrong location as this is my first
> posting. I have build an executable using rubyscript2exe. I'm
> attempting to run this from a network drive. It all works except when
> click_no_wait needs to be called prior to handling a popup. The error
> I'm getting within the console is:
>
> CMD.EXE was started with the above path as the current directory. UNC
> paths are not supported. Defaulting to Windows directory.
>
> The path it displays is the network folder location.


Hi,

Without any knowledge about network applications I would suspect
rubyscript2exe. Which version of Ruby and RubyGems are you using?
rubyscript2exe is not maintained anymore, an alternative may be the OCRA
gem: http://rubyforge.org/projects/ocra/

Marvin
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Chad Locke
Guest
Posts: n/a
 
      08-24-2009
Marvin Gülker wrote:
> Chad Locke wrote:
>> First off, sorry if this is in the wrong location as this is my first
>> posting. I have build an executable using rubyscript2exe. I'm
>> attempting to run this from a network drive. It all works except when
>> click_no_wait needs to be called prior to handling a popup. The error
>> I'm getting within the console is:
>>
>> CMD.EXE was started with the above path as the current directory. UNC
>> paths are not supported. Defaulting to Windows directory.
>>
>> The path it displays is the network folder location.

>
> Hi,
>
> Without any knowledge about network applications I would suspect
> rubyscript2exe. Which version of Ruby and RubyGems are you using?
> rubyscript2exe is not maintained anymore, an alternative may be the OCRA
> gem: http://rubyforge.org/projects/ocra/
>
> Marvin


Thanks for your reply. I'm using ruby 1.8.5 and gems 0.9.2. Maybe I'll
try updating some things and see where that takes me first
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
altenative for click_no_wait() Chethana Hb Ruby 0 01-21-2011 06:41 AM
Equivalent of "click_no_wait" using win32ole and threads? Mandeep Baruah Ruby 0 02-06-2009 12:56 PM
Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) hfk0 ASP .Net 2 03-27-2006 08:43 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57