<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to make it work??? in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-make-it-work/m-p/3854421#M7467</link>
    <description>You can use "SmartFTP.exe /?" for help.&lt;BR /&gt;&lt;BR /&gt;Winzip info here:&lt;BR /&gt;&lt;A href="http://www.memecode.com/docs/winzip.html" target="_blank"&gt;http://www.memecode.com/docs/winzip.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Thu, 31 Aug 2006 11:12:42 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2006-08-31T11:12:42Z</dc:date>
    <item>
      <title>how to make it work???</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-make-it-work/m-p/3854420#M7466</link>
      <description>@echo off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;set /P my_folder="Please enter folder to zip and FTP: "&lt;BR /&gt;&lt;BR /&gt;if exist %my_folder% goto do_zfile&lt;BR /&gt;goto error&lt;BR /&gt;&lt;BR /&gt;:do_zfile&lt;BR /&gt;&lt;BR /&gt;cd %my_folder%&lt;BR /&gt;&lt;BR /&gt;rem .: if your date has '/' in the date, they need to be stripped out.&lt;BR /&gt;for /f "delims='/'" %%i in ('%date%') do&lt;BR /&gt;set my_date=%%i-%%j-%%k&lt;BR /&gt;&lt;BR /&gt;zip_program /switches *.* %my_date%.zip&lt;BR /&gt;&lt;BR /&gt;set /P my_loc="Please enter FTP site: "&lt;BR /&gt;set /P my_id="Please enter your ID: "&lt;BR /&gt;set /P my_pass="Please enter your Password: "&lt;BR /&gt;&lt;BR /&gt;echo open %my_loc% &amp;gt; ftp_conn.txt&lt;BR /&gt;echo user %my_id% %my_pass%&amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;echo binary &amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;echo hash &amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;echo put %my_date%.zip &amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;echo close &amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;echo quit &amp;gt;&amp;gt; ftp_conn.txt&lt;BR /&gt;&lt;BR /&gt;ftp -s:ftp_conn.txt&lt;BR /&gt;&lt;BR /&gt;del ftp_conn.txt&lt;BR /&gt;del %my_date%.zip&lt;BR /&gt;&lt;BR /&gt;goto done&lt;BR /&gt;&lt;BR /&gt;:error&lt;BR /&gt;echo Folder was not found.&lt;BR /&gt;&lt;BR /&gt;:done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------ how to configure that script to make it work with SmartFTP( C:\ProgramFiles....\SmartFTP.exe) and Winzip???-------&lt;BR /&gt;-----what are the switches??</description>
      <pubDate>Thu, 31 Aug 2006 10:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-make-it-work/m-p/3854420#M7466</guid>
      <dc:creator>kabucek</dc:creator>
      <dc:date>2006-08-31T10:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to make it work???</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-make-it-work/m-p/3854421#M7467</link>
      <description>You can use "SmartFTP.exe /?" for help.&lt;BR /&gt;&lt;BR /&gt;Winzip info here:&lt;BR /&gt;&lt;A href="http://www.memecode.com/docs/winzip.html" target="_blank"&gt;http://www.memecode.com/docs/winzip.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 31 Aug 2006 11:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-make-it-work/m-p/3854421#M7467</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2006-08-31T11:12:42Z</dc:date>
    </item>
  </channel>
</rss>

