My objective here is to synchronize my emule credit file (application.dat?) by Dropbox. But the credit file is not inside the Dropbox directory (by default). So I want to make a hard link to get this objective done.

I know I can make a hard link by Perl in Windows. (I learnt Perl in Windows XP. Only hard link is valid in Windows XP.) But it sounds like overkilling to me to make that done by installing new software, as I expect I am not going to use Perl in the near future.

Any ideas? The simpler, the better.

link|improve this question

75% accept rate
don't club multiple questions into 1, ask a separate question – Sathya Mar 10 '11 at 14:52
feedback

2 Answers

up vote 6 down vote accepted

You can use the mklink command like :

mklink /H <link> <target>

I guess that should work, but I don't know what would happen if you use eMule on the same time at two different locations regarding the syncing.

link|improve this answer
I won't use it at the same time. Thanks. – Dante is not a Geek Mar 10 '11 at 15:01
feedback

Ways to make a hard link — not solely confined to Windows 7:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.