Ok, my task is to create a program to delete any files that havn't been accessed in 6 months, I get this data as follows:-
filedate = stream("filename.tmp", 'c', 'QUERY TIMESTAMP')
I want to then compare it to the current date, aquired as follows:-
today = Date('Standard')
But, I...
Hello,
I'm currently doing some programming on a 2000+ user NT network. I'm using REXX to create a script that updates user profile paths and script paths automatically based on a current users setup.
With each user, there are four things to change.
- The Profile Path
- The Script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.