Jump to content

I need a program that can keep track of changes to files in a specified folder and whenever a new file appears in the folder it gives the user an option to rename the file and save it (cut it) to a different location on the computer. I would be amazed if something like this already exists, but if it doesn't, do you think it would be an easy thing to program?

 

Thanks.

Link to comment
https://linustechtips.com/topic/222082-looking-for-a-very-specific-utilityprogram/
Share on other sites

Link to post
Share on other sites

i could write that for you tonight if you dont expect fancy UI

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

I need a program that can keep track of changes to files in a specified folder and whenever a new file appears in the folder it gives the user an option to rename the file and save it (cut it) to a different location on the computer. I would be amazed if something like this already exists, but if it doesn't, do you think it would be an easy thing to program?

 

Thanks.

i could write that for you tonight if you dont expect fancy UI

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

That would be amazing. I was thinking I could try coding it myself, but I only have limited C++ knowledge. And yeah, the UI could be anything.

well actually writing it in c# would be what i would be doing. could you specify a little bit more what it has to do and how you imagine it should work basicly make a wishlist for santa :D

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

also what os are you running?

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

I'm running Windows 7 Pro, and specifically the functionality I would need would be a real-time check to see if a new .png file appears in a folder, and if it does, show a "save as" popup that saves a copy of the image to a specified folder with the option to rename and deletes the image from the origin folder. A popup like this:

k3KdUya.png

Link to post
Share on other sites

easy enough ill play around tonight and see if i find the time if not ill most likely find some time tommorrow after work ill keep you posted ;)

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

well ill let you know how many lines of code it was so we can both laugh at your appreciation :D

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

I really appreciate this. Never expected anyone to actually offer to try to make it. Thanks again!

ok so i created an application that lets you select a folder to observe and by closing it it minimizes to tray from there only you can really close it or show it again. when the program is running and you create a png in the folder the event triggers and you can save it elsewhere and afterwards decide wether or not you wanna delete the original. would that fit the description? now how can i send you?

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

ok so i created an application that lets you select a folder to observe and by closing it it minimizes to tray from there only you can really close it or show it again. when the program is running and you create a png in the folder the event triggers and you can save it elsewhere and afterwards decide wether or not you wanna delete the original. would that fit the description? now how can i send you?

That seems to fit the description, yes. I have a google docs account you can send it to. I'll PM you my email address.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×