How to create directory shortcut using windows shell32.dll in Java?

Go To StackoverFlow.com

-1

I need to create a batch file which can perform following actions.

  1. Copied directories and sub directories from source folder older than 10 days to destination folders.
  2. Delete copied directories from source folder and create short cuts for that in source folder.

Any help would be appreciated.

Many thanks

2012-04-04 19:21
by user1312341
If you want a batchfile, why did you tag the question with "java"? Create a powershell-script instead - Christian Kuetbach 2012-04-04 19:28
Hi ckuetbach! I want to create a batch file through java - user1312341 2012-04-05 08:27


0

Create a batch-file witout java and test ist until it works.

If the example batch file works, take a look how to create the batch with java.

2012-04-05 08:56
by Christian Kuetbach
Ads