A program in batch file

julian2000

Distinguished
Aug 21, 2011
4
0
18,510
sorry for the inconvenience, I work in a distribution of internet company
and I want to create a program that, for example
if a customer does not pay this
month to block its Internet, but to lock himself Program and
please help me if I can create with batch file thank you
 
yes u are right english is not my first language, what i wanted is a program or a program language for example in batch to help me to control the costumers of my company , if they pay the bill for this month or not if they doesn't pay the program close they're internet for the month that they doesn't pay, i will show you an example to understand better.
we are in august 22.2011 for this month i pay the bill of my internet and when september 22.2011 come i don't have money to pay the bill of internet so the company have to close my internet for this month (but with program to close automatic ) and when i have the money i go to company and pay my bill, so what i want is a program for close the internet of costumers by automatic i hope you understand me and also help me thank you.
 
^+1 I Agree.

This can probably be accomplished with scripting, but it isn't the ideal way. You would need a billing system that interfaces with a backend customer database in order to add/remove clients from a radius server or other authenticating server.
 
thanks all of u, i have another problem if u can help me,
i have this example
IF %date:~0.2% GTR 22
and i wanted to know for what does ~0.2% serves.