Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: VikramChand
  • Content: Threads
  • Order by date
  1. VikramChand

    File transfer Status becoming ZERO

    Hi, I have been trying to capture file transfer status with $XFERSTATUS for last 2 days but was not successfull. I have listed the code i have been using in my script. sendfile ZMODEM sendfilename iStatus1 = $XFERSTATUS while iStatus1 == 1 yield iStatus1 = $XFERSTATUS...
  2. VikramChand

    Download files from FTP server to a particular location

    HI, I am using FTP script posted by one of the users for my upload and downloads. My Problem is, how to download files from FTP server to a particular location on my local system. Does anyone have suggestions. Thanks Vikram
  3. VikramChand

    How to send mail to external mail server other then my own

    I am trying to send mail to an external mail server and getting the following message. "The recipient name 'XXXXXX@yahoo.com' is unknown." please note that if i am sending the same mail to my mail server it is working fine. can anybody help me in solving the above issue.
  4. VikramChand

    How to give carriage return in a text file

    Hi, I have written the following code for the carriage return . Can u let me know what is wrong with this. I am not able to get the carriage return sequence after every line is wrtten to the test file. My code fopen 10 "c:\test\Log.txt" readappend strfmt tempstr...
  5. VikramChand

    Multiple instances of procomm

    Hi, I have around 100 connection directories and have two systems with seperate modems installed one for each, have to dail all the 100 connections in single day and send out files. Since there is no time to send all of them i would like to know if i can have two are more instances of procomm...
  6. VikramChand

    How to send arguments to an external called program

    I am trying to call VB Script using Procomm using run "C:\Documents and Settings\test\Desktop\test.vbs" now i would like to pass arguments to the test.vbs script. Can anybody help me out in this matter Thanks
  7. VikramChand

    How to wait for a file download with out $XFERSTATUS

    I have a problem in downlaoding a file. I used the following code : *********************************************************** getfile ZMODEM while $XFERSTATUS yield endwhile *********************************************************** but before the file...

Part and Inventory Search

Back
Top