search for: some_directory

Displaying 5 results from an estimated 5 matches for "some_directory".

Did you mean: home_directory
2003 Jul 06
0
compare-dest when DEST contains path component
...to '/local/path/to/1/2/3/4/file') it is compared to the alternate local file '$comparedest/local/path/to/1/2/3/4/file' no matter if $comparedest is a relative or absolute path. I really dislike this behavior, since this way I can only compare to local files which are under '<some_directory>/local/path/to/1', even though I might want to compare to files that are somewhere else. Furthermore, this contradits the manpage which says ``If DIR is a relative path, it is relative to the destination directory.'' -- no, it is currently relative to the current directory. I think...
2005 Mar 17
5
How do I launch a dos/windows program through wine
Dear all, I have installed wine on my linux distribution, and have looked through all the documentation supplied and online and still haven't been able to run a dos/windows application through wine. I am trying to launch a dos/windows '.exe' file in linux through wine. Alan Dripps. -- Alan TJ Dripps (BEng, AMIIE) Tirna Electronics Ltd. 3 Roderick Place, West Linton, Peeblesshire,
2008 Jan 04
7
best way to modify spec (the command-line tool)?
Hi all, where I work we''ve cooked up a kind of ghetto profiler for our specs. It basically just does this: time = Time.now # run the spec puts "woah! dude. long spec." if time > 1.second I''m simplifying here. I think the threshold is actually 0.1 seconds, and we use more precise language, and highlight the spec in red via terminal colors, etc. But the way it works
2003 Feb 17
4
Groups with Samba domain controler or domain member
Does anybody know more about groups? I am considering switching from NT to Samba domain and have made some test. Unfortunately I need to make two additional groups, except Domain Admin (one of them is Domain Users). Is it possible to make that with the stable version of Samba? And another, but not so important (for now) question. Currently I have a Samba server, providing files and printers
2007 Mar 19
1
error running a vb script in wine
...run to create a shortcut 'Usage (from a cmd line): cscript mk_shortcut.vbs "<shortcut name>" "<shortcut target>" "<shortcut location>" 'Example: cscript mk_shortcut.vbs "notepad_shortcut" "C:\Windows \Notepad.exe" "U:\some_directory" 'TODO: Add some error checking (currently none since I don't know how in VBScript) Dim WSHShell, fs Set WSHShell = WScript.CreateObject("WScript.Shell") Set fs = WScript.CreateObject("Scripting.FileSystemObject") Function MakeDesktopShortcut( name, target, shortcut...