<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Computer Programming Help Wanted]]></title><description><![CDATA[<p dir="auto">no this isnt a tuning thread, put your pitchforks down </p>
<p dir="auto">I want to make a Windows executable file (command prompt interface is fine) that asks for a user input (part number),</p>
<p dir="auto">does a windows file search for a pdf file with the same name as the part number, cuts and pastes the pdf from its current directory, and moves it to another directory.</p>
<p dir="auto">I have dabbled with C++ a smidgen and could likely complete this with some assistance from someone who might know how to call up those functions. </p>
<p dir="auto">or, do you know of any good windows macro programs?</p>
<p dir="auto">Anyone?</p>
]]></description><link>https://wibimmers.com/topic/3679/computer-programming-help-wanted</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 05:45:11 GMT</lastBuildDate><atom:link href="https://wibimmers.com/topic/3679.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Apr 2015 11:19:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Computer Programming Help Wanted on Sun, 12 Apr 2015 05:39:49 GMT]]></title><description><![CDATA[<p dir="auto">Here you go: <a href="http://www.cplusplus.com/forum/unices/104524/" rel="nofollow ugc">http://www.cplusplus.com/forum/unices/104524/</a></p>
<p dir="auto">An equivalent command line script in linux (or mac) would only be a few lines long depending on how fancy you want to get. Windows command line scripting sucks massively by comparison. Visual Basic is probably your best option because it could run natively on any windows computer and it's easy to add graphical interfaces if you want to.</p>
<p dir="auto">Other viable options would be to install a scripting language like Perl, or a "Bash"-type shell like Cygwin.</p>
]]></description><link>https://wibimmers.com/post/57042</link><guid isPermaLink="true">https://wibimmers.com/post/57042</guid><dc:creator><![CDATA[HipMF]]></dc:creator><pubDate>Sun, 12 Apr 2015 05:39:49 GMT</pubDate></item><item><title><![CDATA[Reply to Computer Programming Help Wanted on Sun, 12 Apr 2015 05:13:58 GMT]]></title><description><![CDATA[<p dir="auto">C++ is overkill. I've done waaaay more complicated things with bash scripts in linux. Should be do-able even in windows with a command-line (batch, .bat) script.</p>
<p dir="auto">What's the larger goal here? If you know the name of the file it should be plenty easy to find manually unless the files are distributed in a lot of different places or something?</p>
]]></description><link>https://wibimmers.com/post/57041</link><guid isPermaLink="true">https://wibimmers.com/post/57041</guid><dc:creator><![CDATA[HipMF]]></dc:creator><pubDate>Sun, 12 Apr 2015 05:13:58 GMT</pubDate></item></channel></rss>