atoshi chakraborty

Greenhorn
+ Follow
since Mar 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by atoshi chakraborty

i want to read a dynamic page thru a java program. what i need to do?
will it be possible to do it with core java or some additional technology is required?
18 years ago
we have a App.class(in java),we want it to be invoked after every five day automatically. how to do it? first we want to implement it in a windows machine(a scheduled task in registry).we want to do it programatically
that is at the time of installation the program should register itself as
a scheduled task.
can it be made cross platform? how?
[ April 01, 2005: Message edited by: atoshi chakraborty ]
18 years ago
i want to wwrite an java exe file in registry so that it can be make executed automatically.how can i do this?