Displaying 20 results from an estimated 3000 matches similar to: "Symlinks for Windows"
2004 Oct 11
2
symlinks
Hi all,
I noticed Autrijus Tang released a Win32::Symlink Perl module. Looking at
the source, it appears that he''s borrowed some code from Tcl and Postgres.
Perhaps we should steal that.
What do you think?
Dan
2004 May 07
2
New packages?
Hi,
I should have win32-changenotify and win32-semaphore out this weekend at
some point. Then, the next version of win32-file. And after that? I don''t
know.
What do you think we should tackle next? What interests you? Different
mutex flavors? IE controllers? Exchange interfaces? I think we should
probably look a little more at what Python has going forward, too.
Just a
2005 May 18
1
Next release of win32-dir?
Dan,
Do you know when the next release of win32-dir is going to be available.
I really would like to rely on it for the junction capability that
Timothy Byrd posted. =)
Thanks,
Zach
2004 Nov 06
3
Calling CreateFile on an instance of File - possible?
Hi all,
I''m going over win32-file this weekend. I''m creating instance methods for
setting (or unsetting) the various file attributes. So, you can do
something like:
f = File.open("foo.txt")
f.archive = true
f.hidden = true
f.close
This works for the basic attributes, but it requires extra work for others.
Specifically, I am having trouble trying to set the
2005 May 13
2
MSI deployement with script ?
Hello,
Do you have tips or sample script code to deploy MSI (Firefox in my
case) using script ?
I miss my gpo software installation from Win2k/2003 :)
Thanks !
2006 May 26
13
win32-dir, unicode
Hi,
I''ve got a preliminary version of the pure Ruby version of win32-dir in
CVS. However, I was hoping to work out the Unicode issue. Run this:
from = "C:\\test"
to = "?????"
Dir.mkdir(from) unless File.exists?(from)
Dir.create_junction(to, from)
It works, but my explorer (and dos) window shows the name garbled. I
don''t think it''s a font
2003 Mar 16
2
local user admin rights on samba pdc
Raj,
> I have noticed that it is causing a problem for some other software
> also. I know that i need to grant local admin rights for that user
> but what is the best method on doing this?
> If I try to access softare by logging in as root on the win2k boxon
> the pdc domain it still prevents me from installing a palm pilot or
> running some particular software.
> All of the
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes.
These are the main routines:
Dir.junction?(dir) => true if dir is a junction
Dir.reparse_target(dir) => returns the target of a junction, or dir
Dir.create_junction(junctName, existingTarget) => creates a junctName
junction pointing to existingTarget
(also used (Dan''s?) GetLastError code and did some simple
2012 May 18
7
Dir.create_junction with FFI
Hi,
Try as I might, I just cannot get Dir.create_junction to work with FFI
in the ffi branch of the win32-dir project. The problem is the
REPARSE_JDATA_BUFFER struct. I''m just not sure how to set those
members, specifically, the PathBuffer member. The target looks good,
it''s UTF-16LE encoded, but I can''t make it work, despite trying
several ways of defining the struct,
2003 Feb 21
1
2.2.7a - lot of open/close calls
I'me trying to track down a performance problem as I posted yesterday and
as I increase the log level I've noticed this...
[2003/02/21 08:19:06, 2] smbd/open.c:open_file(245)
dm389245 opened file mr00257.bat read=Yes write=No (numopen=1)
[2003/02/21 08:19:06, 2] smbd/close.c:close_normal_file(213)
dm389245 closed file mr00257.bat (numopen=0)
[2003/02/21 08:19:06, 2]
2007 Dec 04
4
eventlog
Hi,
Hm, the string inserts are different, too. Any encoding issues? Your
user name uses extended ASCII, too, right? Not sure if that''s
significant or not.
I''ve cc''d the win32utils-devel list to see if anyone has any ideas.
Thanks,
Dan
botp wrote:
> On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote:
>> Can you tell us which record numbers in
2005 May 03
0
Symlinks for Windows
> Zach Dennis wrote:
>
>> I can see where confusion may play a part. I will second ''junction''. Any
>> idea on the time, effort or level of difficulty on putting this in ruby?
> ^^^^^^^^^^^^^^^^^^^^^^^^^
>
> I mean putting this in a ruby extension. =)
Back in mid-March, I''d posted code for creating junctions and getting the
target of a
2005 May 23
3
Junction Networks
Anyone have experience with these guys? If so, good, bad, average?
http://www.junctionnetworks.com
Thanks,
Wiley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050523/4222e3e7/attachment.htm
2018 Feb 06
1
Warning from Sys.junction when using network drive.
I am running 3.4.3 on a windows server and I ran the code in a new session.
I get a warning when running packrat::init() on a project that is located on a windows network drive.
The warning I get is
Warning message:
cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied'
The error is created based inside the function .Internal(mkjunction(fr,
2007 Oct 17
2
sorta OT: Bounty for Click to Call plugin for IE
I'm in process of transitioning a number of offices to a hosted virtual
pbx from Junction Networks. It's a combination of OpenSER and Asterisk.
They have a nice click-to-call extension for Firefox, but I need the
equivalent for IE so that it can work with our CRM system. Junction
told me that they have a bounty on offer for this if someone's
interested in doing the work.
Would the
2019 Dec 11
1
Windows check problems.
The thread starting with this message:
https://stat.ethz.ch/pipermail/r-package-devel/2019q4/004745.html
described problems Rich Heiberger was having with package checking on
Windows. It appeared that during the tests of examples, an old version
of the package was loaded but the new tests were being run, causing lots
of confusion and trouble.
I reproduced the error, and I think I've
2004 Dec 01
0
The Hidden NT API
Here''s a couple interesting links I snagged from OS News:
http://www.sysinternals.com/ntw2k/info/ntdll.shtml
http://undocumented.ntinternals.net/
Dan
2011 Aug 09
2
junction table question
I''m looking into how to implement a relationship between some models,
and I think I need to use a junction table. From the documentation I''ve
read, a junction table doesn''t require a model. But from my controller,
I''m not sure how to get the data I need. Here''s a description of my
models and what I need in my controller:
Models
1. Event
2. Site
3.
2010 Dec 29
1
Script Output Format
Hi all!
i'm just did a script that the output must be comma separated to be imported into a spreadsheet.
the output that i obteined was
Date/Time,We. Active Threads,W. Total Threads,W. Worker Threads,Name
29-12-10/11:43:01,0,250,0,/FIM
,0,/mytest
,0,/mockofprod/financing/customercentre
,0,/mockofprod/financing/commercial/amt
,0,/account/orderstatus
,0,/activities
as you can see, the first
2005 Sep 16
1
Delay to join a domain successfully
Hi team,
I'm running samba 3.0.4 on AIX 4.3.3 and HP-UX 11.00 without any problems
except the following :
On HP-UX 11.00, when I try to join a machine to a domain, it first insert
all POSIX entries in the LDAP backend but rejects the junction. The
machine account could not be found. Waiting for a while and relaunching
the join command, the junction just works fine.
Having exactly the same