  2kmaro Think Premium,ExMod 1 BC join:2000-07-11 ColossalCave clubs:  
| reply to dandelion Re: How to find which program is trying to get online?
Use Notepad to create the batch file (or just enter the first line of command in a command window as fport > fport.txt
What that says is to start the program fport.exe and send all output to a text file named fport.txt
If you create that with notepad and save it as launch.bat then it saves you having to retype the fport > fport.txt command each time, just open a command window and go to that folder and type launch. If you use two > symbols, as fport >> fport.txt, then the "log" for each execution will be appended to the fport.txt file.
Then you can use Notepad to open up the fport.txt file to see what is in it. -- Good judgment comes from experience, and experience comes from bad judgment. Barry LePatner |