Main > Free Download Search >

Free phoner 1.73 software for windows

phoner 1.73

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
Phoner 1.73

Phoner 1.73


PC-telephony using TAPI, CAPI or SIP more>> Softphone for PC-telephony using TAPI, CAPI or SIP (VoIP) plus answering machine..<<less
Download (2.8MB)
Added: 2008-09-07 License: freeware Price:
1121 downloads
 
Other version of Phoner
Phoner 2.42Phoner is a free softphone for ISDN and VoIP telephony. An answering machine and Text-To ... Phoner is a free softphone for ISDN and VoIP telephony. An answering machine and Text-To
Price: $0.00
License:Freeware
Download (3.13MB)
downloads
Added: 2009-12-11
Price: $0.00
License:Freeware
Download (3.19MB)
downloads
Added: 2009-11-10
Price: $0.00
License:Freeware
Download (3.18MB)
downloads
Added: 2009-10-28
Phoner 2.32Phoner is designed to be a free softphone for ISDN and VoIP telephony, an answering ... Phoner 2.32 is designed to be a free softphone for ISDN and VoIP telephony, an answering machine
License:Freeware
Download (3.4MB)
downloads
Added: 2009-06-07
Phoner 2.31Heiko Sommerfeldt - Phoner is a free softphone for ISDN and VoIP telephony. An answering machine and Text-To
Price: $0.00
License:Freeware
Download (3.34MB)
889 downloads
Added: 2009-05-04
Phoner 2.24Heiko Sommerfeldt - Phoner. Softphone for PC-telephony using TAPI, CAPI or SIP
License:freeware
Download (2.8MB)
1066 downloads
Added: 2008-11-17
Phoner 2.23 BetaPhoner is a Windows application, a so called SoftPhone, that enables to phone using an ISDN card ... Phoner is a Windows application, a so called SoftPhone, that enables to phone using an ISDN card
License:Freeware
Download (3.1M)
1070 downloads
Added: 2008-10-29
Phoner 2.22 BetaHeiko Sommerfeldt - Softphone for PC-telephony using TAPI, CAPI or SIP plus answering machine
License:Freeware
Download (3.1MB)
1142 downloads
Added: 2008-08-27
Phoner 2.2.3 Beta / 2.2.2Phoner is a SoftPhone application that enables you to make phone calls using just an ISDN and ... Phoner establishes for outgoing calls a (chargeable) connection over your normal phone line
Price: FREE
License:Freeware
Download (3.1MB)
1119 downloads
Added: 2008-09-30
Phoner 2.19Phoner 2
Price: $0.00
License:Freeware
Download (2.8MB)
330 downloads
Added: 2008-07-15
Phoner 2.10Establishes for outgoing calls a (chargeable) connection over your normal phone ... Phoner establishes for outgoing calls a (chargeable) connection over your normal phone line
License:Freeware
Download (2.97MB)
757 downloads
Added: 2007-09-30
Phoner 1.73DMail - BackTrack ist eine kostenlose Linux-Distribution in Form einer Live-CD, die sich
Price: $0
License:Freeware
Download (2.98MB)
1124 downloads
Added: 2008-09-07
Photo Pos Pro 1.73

Photo Pos Pro 1.73


Photo Pos Pro is created to easily create, edit, enhance, print, and manipulate your digital photos and computer graphics, and easily create eye-catching graphics, beautiful collages, greeting cards, business cards, website designs, buttons and much more. more>> <<less
Download (38.1MB)
Added: 2009-09-06 License: Freeware Price: Notavailable
downloads
PsExec 1.73

PsExec 1.73


PsExec is a light-weight telnet-replacement that lets you execute processes on other systems more>>
Tools like Telnet and remote control programs like Symantecs PC Anywhere let you execute programs on remote systems, but they can be a pain to set up and require that you install client software on the remote systems that you wish to access.
PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. PsExecs most powerful uses include launching interactive command-prompts on remote systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show information about remote systems.
Note: some anti-virus scanners report that one or more of the tools are infected with a "remote admin" virus. None of the PsTools contain viruses, but they have been used by viruses, which is why they trigger virus notifications.
See the July 2004 issue of Windows IT Pro Magazine for Marks article that covers advanced usage of PsExec.
usage: psexec [computer[,computer[,..] | @file ][-u user [-p psswd]][-n s][-l][-s|-e][-i][-c [-f|-v]][-d][-w directory][- ][-a n,n,...] cmd [arguments]
computer
Direct PsExec to run the application on the computer or computers specified. If you omit the computer name PsExec runs the application on the local system and if you enter a computer name of "*" PsExec runs the applications on all computers in the current domain.
@file
Directs PsExec to run the command on each computer listed in the text file specified.
-a
Separate processors on which the application can run with commas where 1 is the lowest numbered CPU. For example, to run the application on CPU 2 and CPU 4, enter: "-a 2,4"
-c
Copy the specified program to the remote system for execution. If you omit this option then the application must be in the systems path on the remote system.
-d
Dont wait for application to terminate. Only use this option for non-interactive applications.
-e
Loads the specified accounts profile.
-f
Copy the specified program to the remote system even if the file already exists on the remote system.
-i
Run the program so that it interacts with the desktop on the remote system.
-l
Run process as limited user (strips the Administrators group and allows only priviliges assigned to the Users group).
-n
Specifies timeout in seconds connecting to remote computers.
-p
Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
-s
Run remote process in the System account .
-u
Specifies optional user name for login to remote computer.
-v
Copy the specified file only if it has a higher version number or is newer on than the one on the remote system.
-w
Set the working directory of the process (relative to the remote computer).
-priority
Specifies -low, -belownormal, -abovenormal, -high or -realtime to run the process at a different priority.
program
Name of the program to execute.
arguments
Arguments to pass (note that file paths must be absolute paths on the target system)
You can enclose applications that have spaces in their name with quotation marks e.g. "psexec marklap "c:long nameapp.exe". Input is only passed to the remote system when you press the enter key, and typing Ctrl-C terminates the remote process.
If you omit a username the remote process runs in the same account from which you execute PsExec, but because the remote process is impersonating it will not have access to network resources on the remote system. When you specify a username the remote process executes in the account specified, and will have access to any network resources the account has access to. Note that the password is transmitted in clear text to the remote system.
You can use the current version of PsExec as a Runas replacement when you target the local system because PsExec does not require you to be an administrator.
<<less
Download (59KB)
Added: 2007-01-24 License: Freeware Price:
688 downloads
RSS Publisher 1.73

RSS Publisher 1.73


RSS Publisher is a program for RSS publishers. Using this program one can not only upload any number of new RSS feeds to web servers, but also save and manage existing RSS feeds more>>
RSS Publisher is a program for RSS publishers. Using this program one can not only upload any number of new RSS feeds to web servers, but also save and manage existing RSS feeds. The program has a number of unique features, allowing to automate the process of uploading and archiving of RSS feeds.
Who is this program for?
RSS Publisher is designed for those who use RSS feeds on their sites and need to renew them on a regular basis.
What is this program for?
People who use the RSS feeds need to renew them on a regular basis, but when the new RSS is uploaded to the server the old one is usually overwritten and the previous data is lost. The RSS Publisher solves this problem - it not only allows to automate the process of uploading and renewing of the RSS feeds, but also allows to archive the older feeds, creating a database of the RSS feeds and accompanied files.
How does it work?
After one has created the new task in RSS Publisher and specified all necessary parameters (web server address, login, password and the location of the RSS files) a usually complicated task of updating and archiving the RSS feeds will be carried out by a push of a single button.
A unique feature of the RSS Publisher is the "Smart Backup": if specified, the RSS Publisher will compare the existing RSS file which is located on the web server and the local RSS file and if the files are different (the parameters are defined by the user) the program will backup the remote file locally and only after that the new file will be uploaded to the web server.
Main features:
Multiple RSS version support
Convenient and intuitive interface
Unlimited number of tasks
Feed Image Support
"Smart Backup" function
FTP support
Logging all progress in a log file
Low system requirements
And more important... ITs FREE!
<<less
Download (993K)
Added: 2008-08-01 License: Freeware Price: $0
745 downloads
Vinyl 1.73

Vinyl 1.73


The ultimate lo-fi weapon. more>> The ultimate lo-fi weapon, iZotope Vinyl uses 64-bit processing and advanced filtering, modeling and resampling to create authentic "vinyl" simulation, as if the audio was a record being played on a record player.<<less
Download (11.71MB)
Added: 2008-06-19 License: Freeware Price: Free
385 downloads
FlashGet 1.73

FlashGet 1.73


Download and manage files(such as movies mp3) fast falshget more>> Download and manage files(such as movies mp3) fast"
FlashGet is specifically designed to address two of the biggest problems when downloading files: Speed and management of downloaded files. If you have ever waited forever for your files to download from a slow connection, or been cut off mid-way through a download - or just can not keep track of your ever-growing downloads - FlashGet is for you. FlashGet can split downloaded files into sections, downloading each section simultaneously, for an increase in downloading speed from 100% to 500%. This, coupled with FlashGets powerful and easy-to-use management features, helps you take control of your downloads like never before FlashGet supports HTTP,HTTPS,FTP,BT,MMS,MMST,RTSP protocol
* support flash(swf) file download
* add a search toolbar
* bug fixed
<<less
Download (2.92MB)
Added: 2008-03-15 License: Freeware Price: Free
2905 downloads
PhonerLite 1.54 beta

PhonerLite 1.54 beta


PhonerLite beta offers a comprehensive, user friendly communication tool for Windows. more>>

PhonerLite 1.54 beta offers a comprehensive, user friendly communication tool for Windows. PhonerLite enables your PC to use it for internet telephony (VoIP, Voice over IP). Pre-conditions are a full-duplex sound card, a microphone and speakers (alternatively a headset), an internet connection and a registration at a provider supporting the protocol SIP. PhonerLite supports several SIP profiles, each configurable independently. In the same way the integrated phone book and call log are easy to use.

  1. Phoner: There is an application called Phoner, with that PhonerLite shares common code and the file "sipper.dll". All VoIP specific configurations are the same and can be exchanged between Phoner and PhonerLite without any transformations. If Phoner and PhonerLite are installed in the same directory, they use the same DLL and configuration data (sipper.ini). Basically PhonerLite uses only a different GUI than Phoner.
  2. Lite: Like in Coke light the name affix suggests a light version of the original product. PhonerLite doesn't save any calories but resources - in this special case space and memory requirements. Usability is much easier than for Phoner. This advantage got some disadvantages: there is no answering machine and no support for TTS.
<<less
Download (2.9MB)
Added: 2008-11-23 License: Freeware Price:
downloads
Scite 1.73

Scite 1.73


Scite - Text editing in SciTE works similarly to most Macintosh or Windows editors more>>
Text editing in SciTE works similarly to most Macintosh or Windows editors with the added feature of automatic syntax styling. SciTE can hold multiple files in memory at one time but only one file will be visible.
SciTEs initial configuration only allows one file to be in memory at once but this can be modified by changing the value of the buffers property.
Rectangular regions of text can be selected in SciTE by holding down the Alt key on Windows or the Ctrl key on GTK+ while dragging the mouse over the text.
There are two panes in SciTE, the editing pane and the output pane. The output pane is located either to the right of the editing pane or below it.
Initially it is of zero size, but it can be made larger by dragging the divider between it and the editing pane. The Options | Vertical Split command may be used to move the output pane beneath the editing pane.
SciTE can perform commands to compile or run source files with the output from these commands directed into the output pane.
<<less
Download (1.47KB)
Added: 2007-04-23 License: Freeware Price:
555 downloads
Flyfish Explorer 1.73

Flyfish Explorer 1.73


Flyfish explorer is a cabinet browser more>>
Flyfish explorer is a cabinet browser that provides a tabbed navigation mode that lets you open several pages in a single window, And with compact interface. It has great facility in getting Web pages element. It includes a very useful tool word paint word.
<<less
Download (374KB)
Added: 2006-12-02 License: Freeware Price:
1072 downloads
Multisine 1.73

Multisine 1.73


An audio signal generator and sinus generator more>> An audio signal generator and sinus generator

The Multisine software was designed to be an audio signal generator. All signals are calculated offline. After the calculation it is possible to store the data in a .wav file or playback data with your soundcard.
The application is written in C++ and uses the VCL library and Win Api calls.
Main features:
- Samplingrate 1 Hz ... 48 kHz
- Mono and Stereo Signals supported
- File length up to 180s
- 8 / 16 bit audioformat
- Play and Loop Play via soundcard
- (Multi) Sinusgenerator
- Square generator
- Triangle generator
- Sawtooth generator
- AM generator
- FM generator
- Sweep generator
- Pseudo noise generator
- Noise generator (pink, white)
- Band noise generator
- Offline frequency analysator (FFT, 4 different window types)
- Signal statistics
- Comfortable graphical display for time and frequency domain

Enhancements:
- removed several bugs
- no additional features

<<less
Download (643KB)
Added: 2008-10-01 License: Freeware Price: FREE
476 downloads
Agenda 1.73

Agenda 1.73


Agenda is a simple and small reminder for birthdays and other events. Agenda is multilingual and plays sound files or Morse codes if desired-even without sound card more>> <<less
Download (2.2MB)
Added: 2009-03-30 License: Freeware Price:
642 downloads
Printer Anywhere 1.1.73

Printer Anywhere 1.1.73


PrinterAnywhere lets you share your printer with someone else, or vice versa across the internet! Instead of sending someone an attachment of a contract, just print it directly to their printer. more>>

Printer Anywhere 1.1.73 is an assisting tool which can help you to share your printer with someone else, or vice versa across the internet! Instead of sending someone an attachment of a contract, just print it directly to their printer.

You won't have to worry about people not being able to open files that you send them, all you've got to do is set the connection up (takes less than a minute) and print from whatever program you created it in, to their printer.

Requirements:

  1. PC running Microsoft Windows XP,
  2. 128 MB RAM (256 recommended),
  3. 10 MB free disc space,
  4. Internet conne

WareSeeker Editor

<<less
Download (1.56MB)
Added: 2009-02-21 License: Freeware Price: $0.00
525 downloads
SIW 1.73

SIW 1.73


System Information for Windows - Everything you want to know about your PC more>> SIW is a System Information tool that gathers detailed information about your system properties and settings. A utility that includes detailed specs for Motherboard, BIOS, CPU, Devices, Memory, Video, Drives, Ports, Printers. It displays information about Operating System, Installed Programs, Processes, Services, Product Key (CD key), Serial Numbers, Users, Open Files, System uptime, Users, Network, Network Shares, and more, as well as real-time monitors for CPU, Memory, Page File usage and network traffic. SIW also displays currently active network connections, Passwords hidden behind asterisks, installed codecs, and more. A standalone tool that does not require installation.
This software also supports the following language version:English,Bulgarian,Catalan,Chinese,Chinese.
SIW is a standalone utility that does not require installation (Portable Freeware) - one less installed program on your PC as well the fact that you can run the program directly from an USB flash drive, from a floppy, from a network drive or from a domain login script.
Platform: Microsoft Windows 98/Me/NT4/2000/XP/Server 2003/Media Center/Tablet PC/Windows 2003 Server R2/Windows Server 2003 x64/Windows XP x64/Windows Vista/ Windows Vista x64 / Windows Server 2008 / WinRE / Bart PE / Winternals ERD Commander
<<less
Download (1.53MB)
Added: 2008-06-30 License: Freeware Price: Free
532 downloads
iPod MP4 Video Manager 1.73

iPod MP4 Video Manager 1.73


iPod MP4 Video Manager is a High Quality Video to iPod Video Converter designed to convert your video collection to iPod, By using the latest video to iPod conversion technology more>>
iPod MP4 Video Manager is a High Quality Video to iPod Video Converter designed to convert your video collection to iPod, By using the latest video to iPod conversion technology
It can easily convert video files from various formats to Video iPod with great stability.
This user-friendly software is so easy to use that just a few clicks completes the task of converting a video to iPod!
With variable settings and fast converting speed, it is an affordable, high quality iPod Video Converter. http://www.ipod-mp4-converter.com
iPod Video Converter support extensive video formats including AVI, 3GP, ASF, MPEG, WMV, RM, RMVB, MOV, ASF, MPG, MPE, M1V, MPV2, DAT, VOB, MP4 etc. You can convert many files in batches regardless of their source formats.
All conversions can be done easily and smoothly.
You can do something else and come back when it finishes.
Just download it to have a try, you will love it.
<<less
Download (460K)
Added: 2007-05-15 License: Freeware Price: $0.00
1188 downloads
Bemused 1.73

Bemused 1.73


Bemused is a software that will allow you to control your music collection from your phone, using Bluetooth more>>
Bemused is a software that will allow you to control your music collection from your phone, using Bluetooth Bemused is a software that will allow you to control your music collection from your phone, using Bluetooth.
Bemused requires a Series 60 or UIQ phone (e.g. Nokia 7650/3650, or Sony Ericsson P800/P900), and a PC with a Bluetooth adapter.
Bemused can control your PC using Bluetooth, infra-red, USB or GPRS. To use infra-red or USB, you must have PC Suite running on your PC. Also, in this case the connection must be initiated from the PC.
The Bemused server on your PC doesnt require any installation; it consists of a single EXE which can be run from anywhere. It will create an INI file in the same directory that its run from.
The Bemused application for your phone is a standard SIS file which should be sent to your phone and installed.
Note: Bemused does not support the Sony Ericsson T610, and will not do so in the future. Bemused only runs on phones based on Symbian OS.
Main features:
- Browse your music collection on your phone
- Play files in any format supported by Winamp - including MP3s, CDs, MIDIs, etc.
- Control Winamp versions 2, 3 and 5, Windows Media Player and PowerPoint Viewer
- Pause, stop, rewind, fast-forward etc.
- Add songs to the playlist and use shuffle and repeat
- Browse and select songs in your playlist
- Download songs to your phone (supported formats: WAV and MIDI; plus MP3 for UIQ)
- Customise the look of the system with skins
System requirements:
- A Series 60 phone (such as the Nokia 7650 or 3650), or a UIQ phone (such as the Sony Ericsson P800)
- A PC running Windows 95 or later
- Winamp version 1.4 or later
<<less
Download (329KB)
Added: 2007-06-07 License: GPL Price:
1347 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3