Hello everyone! Thank you for visiting.
So I have a question(s) but first, here's a little background:
I have very little experience, and it was a while back. However I have a good understanding of coding and computers in general, and also I'm a quick learner and good at figuring things out once I have a basic idea of what's needed.
So I'm hoping you all can just give me some direction and ideas and so forth and with that I can complete this project. Not that I wouldn't accept as much help as is offered, if it's more than requested.
Anyways, here's what I need. Or... "would like to create" rather.
I'd like to paste a series of numbers into the program and have them ran through the first unscrambling process (I already have a DOS program for this, so it will need to be in incorporated into the larger process) after its been unscrambled, id like to either A.) create another unscrambler/decrypter
That will just do a few small changes that are left from the first one and then, using this information
Make a call (I could either hook up some phones and the process can dial when ready, or do it online, in which case it would just need to fill in the form fields) while on the call, it will need to enter 5 sets of numbers (2 are from the information that was unscrambled, the others will always be the same)
(Option B. From above would be to skip the second descrambling process and go straight to the call. I just figured it would make it that much easier to identify.
now that I actually typed all that up, I realize how much of that process is actually outside dos.
I suppose a good first question would be: is it possible to have dos
Make a call (with a phone obviously
HOoked up to be controlled through the computer)? And/or to go to a web site and fill in form data? (The webpage could already be opened, it doesnt need to actually open the browser and go to the site)
Okay, I hope that makes a least a little bit of sense. Please Let me know what u think and all your ideas or how u would do it, just any feed back!
Also, this is for work of u couldn't tell. And it would be massively helpful and morw efficient. I would really like it done. So if u you think u could create what I've described and are interested, let me know and if u can get it down I will pay u to do the whole job, half before half after, as long as it does what was discussed. Not to mention a bonus once I can break it out at work and I get a raise and/or bonus. Which I already know is going to happen, because my "boss" challenged me when I originally presented the idea. ("Boss" because we're more like equals, but he's the actual owner of the business)
Anyways, let me know of you're interested. Or if u just have advice on how to do it myself.
Thanks for your help and your time!
It's VERY much appreciated.
KoKo
Task to run program, dial phone, enter digits, use web page
Moderator: DosItHelp
-
- Posts: 1
- Joined: 19 Apr 2014 03:29
Re: Task to run program, dial phone, enter digits, use web p
A batch file can use a dialup modem to dial a number and maybe then dial more digits.
A utility can read the clipboard and write the information into a file.
The dos program has to be tested to see if it can accept redirection or piped data, to get the information from the file into it,
or a VBS/AutoIt script can enter the data.
Similarly a VBS/AutoIt script can enter data into a web page.
A utility can read the clipboard and write the information into a file.
The dos program has to be tested to see if it can accept redirection or piped data, to get the information from the file into it,
or a VBS/AutoIt script can enter the data.
Similarly a VBS/AutoIt script can enter data into a web page.