>I am hoping some of you folk might have some ideas. > >I am trying to upload source files from a windows machine with only the above >programs. I am not familiar with either. > >Is there a way to write a wc3270 script to batch the uploads rather than do >one at a time?
Some versions have scripting. Try pressing "escape" then type "help scripting" but it depends on how its configured. >Is there a way to cause NOTEPAD++ to combine all the files in the directory >into a single file with some separator line between each file? No but as others have said you can do this without notepad++ by using DOS commands and COPY to concatenate them with separators. If you can't remember the syntax for DOS "IF" then you can use "dir /b >myfiles" to get a "bare" list of the files in a directory which you can convert to a batch file in notepad. You may also find the "type", "copy <file1>+<file2> options usefull. The "dir /b" could also be usefull to construct a WC3270 script. If you have ZIP on the Mainframe then windows has had ZIP built into file explorer since 2003. Simply navigate to the folder with your files, select them all, click on one then cntrl+a should higlight them all, right click, send to compressed folder (zip) file. FTP passes passwords in clear text so has not been installed by default on Windows since I think Windows/7. Its still in the feature list along with command line telnet but you probably need to be an administrator to install it. >Appreciate any help. > hope you find this use full >Thank you. > >-- >Binyamin Dissen <[email protected]> >http://www.dissensoftware.com Dave Wade ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
