Search found 3 matches

by Sheldor
23 Apr 2013 23:19
Forum: DOS Batch Forum
Topic: Batch programming help - variables
Replies: 4
Views: 6568

Re: Batch programming help - variables

Okay, I understand now. Thanks so much for your prompt assistance. :)

Regards,
Sheldor
by Sheldor
23 Apr 2013 17:09
Forum: DOS Batch Forum
Topic: Batch programming help - variables
Replies: 4
Views: 6568

Re: Batch programming help - variables

I agree with this solution abc. I was able to make my script work using this method. But I am more interested in knowing how the parameter passing works in such a scenario.
by Sheldor
23 Apr 2013 13:16
Forum: DOS Batch Forum
Topic: Batch programming help - variables
Replies: 4
Views: 6568

Batch programming help - variables

All, Background: I have a batch script that has an sftp command in it that's supposed to log in to a server and pull a file. The set of commands to be executed on the server are consolidated in a command file and this file is used in the sftp command as the input parameter. Issue: The file to be pul...