Archive for the 'Utilities' Category

Make a free auto get/put files schedule with FTP scripts in DOS environment

Challenge:

msdosI need to pull over a file from our FTP server every minute to the database server. I do not want to install any FTP schedule utilities on the database server. So I decided to use the FTP.exe comes with the Windows server OS. I brought up a DOS prompt, type FTP and hit Enter. I got some prompt screens, what I needed to do is to provide the remote server IP (host name) and user credential information. After I logged on, I then can use some UNIX like commands as LS and GET to download files. Great, it approved that we really do not need a fancy FTP client program.

But how can I make the above process automatically, since I could not put user logon credentials into a DOS batch file.

Research Results:

To overcome the challenge above, I need to come up an FTP “script” which can work together with FTP in DOS, since FTP.exe supports scripting with the “-s:” option.

For example, if your plain text FTP script file has a name of FTPSCRIPT.TXT (assume you put the same directory as you type your DOS command), then you can use the following command to execute FTP script:

ftp -s:FTPSCRIPT.TXT

Continue reading ‘Make a free auto get/put files schedule with FTP scripts in DOS environment’

Related posts

How to convert data from Microsoft® Money 2003 or later to Quicken 2004 to 2008

QuickenI installed Quicken 2008 Home & Business just wanted to upgrade my out-dated Microsoft® Money 2004, and the next step is to convert all data since I do not want to enter all data in Quicken again. I checked the Import… option from Quicken menu, but I could not find any import format for Microsoft Money.

After searching on Quicken support site, I found that I need an utility called Data Converter to do such job. The Data Converter converts your data from Microsoft® Money 2003 or later for use in Quicken for Windows version 2008, 2007, 2006, 2005, and 2004. It might also work with other versions of Money. If your version of Money can copy .XML files to your desktop, the Data Converter will likely convert your data.

To convert your data, you create 2 transaction reports in Microsoft Money: an Account transactions report for the standard transactions and an Investment transactions report for the investment transactions. You import the reports into Quicken and add some information that will help you take advantage of several Quicken features.

Here is the an excerpt of how-to: Continue reading ‘How to convert data from Microsoft® Money 2003 or later to Quicken 2004 to 2008′

Related posts

Adjust Audio With Your Mouse

Today I found a good utility to adjust my audio volume on my computer easily. I used to click the volume icon and drag the slide, which is not hard but not easy either. Anyway, I found this utility through PC World magazine. The link to this utility is http://www.nirsoft.net/utils/volumouse.html

I hope you can enjoy it too. I am planning to translate it to simplified Chinese too since the current language file was for ver 1.2 and the latest version is 1.3 now.

Please download this language file here:
Language file for Simplified Chinese

Related posts