Move Forward

my work

Batik for everyone

Tuesday, July 3rd, 2007

Am venturing into Batik biz. Will try to get the most affordable price for all. I knows how they paint the batik as my parent-in-law plus my brother-in-law was in the biz for quite some time. I did try to paint the batik; with help from my mum-in-laws to choose the color. Ergh, still can’t […]

auto FTP files

Thursday, June 21st, 2007

This is how to auto FTP files using .bat file.
Create .txt file and write:
username
password
FTP command
quit
create .bat file and write
@ECHO OFF
ftp -s:filename_that_u_created.txt FTP site IP
Then, just double click the .bat file to run it..! If u want to schedule it, use Windows scheduler..!
Easy huh?