Linkmgr: generate and view Hard Link Junction and ADS

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
jpd
Enthusiast
Enthusiast
Posts: 167
Joined: Fri May 21, 2004 3:31 pm

Linkmgr: generate and view Hard Link Junction and ADS

Post by jpd »

Hi @All,

After long time and much works, I'm happy to present my First commandline tool written in PureBasic!

Link Manager (linkmgr) beta 0.3

This tool give the possibility to view one from you selected folder,if exist junctions, Hard Link or symbolic Link and ADS (only $DATA),

using Link Manager needed to running on administrative mode while this set particulary privilege for shoowing all file on the right manner

naturally presupposed that you have a Vista OS or Win2008 and have NTFS partitions:-)

with this tools is possible on simple way to create one of above named NTFS feature.


Some part of this tool was written by people here on this Forum

for example view Alternate Data Stream By blueznl here : http://www.purebasic.fr/english/viewtop ... ght=stream

and the getlasterror procedure written by ABBKlaus here:

http://www.purebasic.fr/english/viewtop ... aultlangid



Thanks for this nice peace of code.

some component of the Droopy Library is used for ex. "SearchFile"

thanks at Droopy and lexvictory


here web links that describe some consideration and code about Hard links, junction and Alternate streams

http://www.flexhex.com/docs/articles/hard-links.phtml
http://www.flexhex.com/docs/articles/al ... eams.phtml


other nice link here mklink
http://www.zdnet.de/downloads/prg/l/e/de3NLE-wc.html

; with c++ source code
from Christoph@Hochstaetter.org

I'm interested in your opinion

Thanks
jpd

>>Download Link Manager<<

here some screenshot:

Image
Image
Last edited by jpd on Thu Sep 04, 2008 8:22 am, edited 1 time in total.
PB 5.10 Windows 7 x64 SP1
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

very nice, thank you. :)

I'd like to build a GUI based version, any chance for the PB source also?
jpd
Enthusiast
Enthusiast
Posts: 167
Joined: Fri May 21, 2004 3:31 pm

Post by jpd »

Hi SFSxOI,

Thanks!
SFSxOI wrote:...
I'd like to build a GUI based version, any chance for the PB source also?
I will look at this possibility to give you the source code.
At moment is the source (under my eyes) to chaotic.

Ciao
jpd
PB 5.10 Windows 7 x64 SP1
jpd
Enthusiast
Enthusiast
Posts: 167
Joined: Fri May 21, 2004 3:31 pm

Post by jpd »

Hi,

new version 0.4 beta

added flag generate junction /j
this version running without admin right

XP support added. symbolic link dir and file not support yet.

source code added.

link at first post.


jpd
PB 5.10 Windows 7 x64 SP1
Post Reply