In that case, since it's windows, should you not be using backslashes when specifying a file path on the local system? (which will likely need to be doubled since they are ruby's 'escape' character)
Under 'dos' and 'windows' both, backslashes separate subdirectories in relative or absolute file path, or UNC path, and slashes are used to denote "switches" e.g. dir c:\temp /s (show dir of temp directory on c:\ and all subdirectories (/s) On Jul 11, 5:43 am, joedio <[email protected]> wrote: > Good advice guys! > > I am running on both Visa and Windows7 (two different PC's). > > Both systems have the out-of-the-box Windows User Account > Control settings. Thus when I ran my scripts from the > ScITS/Scintilla tool it was NOT launching ruby from a Console > started with Admin rights. > > When I manually opened a console with admin rights, and run > the script it passes, with no issues. > > So, aside from turning off Windows User Account Control settings > (which a employer may disallow), does anyone know of a means to > configure ScITE to launch the Window's console with Administrative > rights? > > Joe > > On Jul 10, 10:46 pm, Ethan <[email protected]> wrote: > > > Actually, on second thought, this looks more like a different issue. Are you > > running on windows vista or 7? If so, you should run ruby as administrator. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
