![]() |
How do I make a Script to gather IP Address from .RDP then compile to .exe for VNC?
Hi
I need some help creating a script that can gather IP Address from within .RDP or .vRD files, then output to the IP Address to a text file. I then need that IP Address from that text file to be automatically inputted into a .cpp file, subsequently compiled and given the same name as the .RDP or .vRD file. The .cpp file is basically a batch file (without the Command-Prompt window) which launches vnc viewer (UltraVNC) with username and password, unlike .VNC files which are limited to password ONLY authentication. This dual authentication is achieved using the following; vncviewer.exe /connect xx.xx.xx.xx:5900 /user USERID /password PASSWORD lscrat was used to do the /connect etc. Please give me an example of a script which can gather the IP Address & Name from .RDP or .vRD files, then input both the IP Address & Name into a logfile, subsequently copying the IP Address into a .cpp file, compiling it, then renaming the *.exe to the name which correlates to the IP Address. Thanks in advance, Panarchy |
Re: How do I make a Script to gather IP Address from .RDP then compile to .exe for VN
Greetings
I would like to update you on what progress has been made. The code is not yet complete, but if you have the time, and knowledge, could you please help me complete the script? Here's what's been done so far; Code:
#!/usr/bin/env perlWhat the complete code should be able to do is; Step 1. Process IP Address from CSVPlease help me complete the above code, or write some new code which completes the above steps. Thanks in advance, Panarchy Sample CSV File: Book1.csv Code::Blocks project: VNC.zip Visual Studio 2008 project: VNC.zip |
| All times are GMT +5.5. The time now is 00:50. |