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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VikramChand

  1. VikramChand

    File transfer Status becoming ZERO

    Knob, I send different file names each time. Thanks Vikram
  2. VikramChand

    File transfer Status becoming ZERO

    Knob, Yes file is making successfully to the remote machine. I have called and confirmed that. Thanks Vikram
  3. VikramChand

    File transfer Status becoming ZERO

    Knob, I am actually uploading the file. Download part looks ok to me. Thanks Vikram
  4. VikramChand

    File transfer Status becoming ZERO

    Knob Is this sufficient? Receiver Crash Recovery Settings Crash Recovery Options : IF data/time match Overwrite Options : Overwrite if incoming newer sender crach recovery settings Crach recovery options: Crach recover if the file's CRCs match otherwise overwrite Overwrite Options ...
  5. VikramChand

    File transfer Status becoming ZERO

    Thanks for your reply. I tried doing that but did not work. i also tried while iStatus1 == 1 iStatus1 = $XFERSTATUS yield iStatus2 = iStatus1 endwhile still same results. Regards Vikram
  6. 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...
  7. 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
  8. VikramChand

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

    I used the code from aspectscripting.com to send mails. Since it was working for only internal mails, then i tried to send manually. In both cases i failed.
  9. 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.
  10. VikramChand

    How to give carriage return in a text file

    Thanx for immediate response KNOB. U r the best. But i figured out the way and fixed the code just after i posted the request. The bug was insted of this "fwrite 0 0x0A0D" i have to write "fwrite 10 0x0A0D" the file ID i was opening the file is different from the one i...
  11. 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...
  12. VikramChand

    Multiple instances of procomm

    Thanks for your early and helpfull reply. Keep it up guys
  13. 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...
  14. 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
  15. 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