Topics - wetsmellydog [ switch to compact view ]

Pages: [1] 2 3 4 5 6next
1
I thought I would post here before going to coding snacks.

I purchased a bunch of files that are used to cut out shapes. Unfortunately they do not have a catalog of the 184 directories and what are contained therein! The files have numbers and do not represent what they are.
You can see what I am talking about here; layered 3d svg files

The program needs to look for a specific file using wildcards and then copy the directory name and file to a specified directory.

Example; The file string I am looking for is *-01.png which can be found in sub-directory Christmas Trees. I would like to copy the file, rename it to the sub-directory name and place it in a specified directory. The result is c:\christmas ornaments catalog\Christmas Trees.png

I am sure there is a program already out there that can do this simple task. Thanks!

2
Post New Requests Here / Folder Organizer/Sorter
« on: January 12, 2019, 12:55 PM »
As always for me anyway, please let me know if this has been done before or available elsewhere.

So my name is Larry and I am a file hoarder!

I deal with a lot of different file types for my assorted hobbies. I also have a lot of files contained in compressed files that need to be sorted according to content.

I have files downloaded from Thingiverse for my 3D printer, CO2 laser and CNC which contain different file types. I have to open the compressed files and see what they contain. It would be easier to just open a program and search a directory to sort out the files.

What I am looking for;

Be able to input a folder destination (create one if not done), scan for files with a specific extension in/out of a compressed folder, and/or scan for specific directories in a compressed folder and then move/copy files in target directory.

Of course being able to input multiples would be nice but not necessary.

Thanks!


3
General Software Discussion / G+ Takeaway viewer
« on: December 18, 2018, 06:39 PM »
I apologize if this has been discussed anywhere on the forum but I did not turn up anything during a search.

Google+ is shutting down in four months (April 2019). They offer a service known as Takeaway that will download your G+ data but not viewable in a very convenient way.
In the G+ universe, the posts are shown and accessible on one webpage. When downloaded, each post is it's own html page. It would be nice if there was a way to view all the posts without having to open each one individually. Any ideas or suggestions would be greatly appreciated by myself and the G+ community.

Larry

4
I work with CNC machines that uses gcode for programming vector coordinates and machine function. One program does not output the code in the proper format so I have to manually add spaces, change letters for machine function ect. I would like to do this with a batch type function. I have used Notepad ++ put have not been able to figure out how to do so with it. I am open to all suggestions and programs. Thanks

Quick example, this text;

X00.00Y00.00
Z0.05

Would look like this after edit;

X00.00 Y00.00
S100 M3

The code could be from a few hundred lines to thousands of lines and it sure gets tedious to manually change.

5
I work with CNC equipment that uses g-code to control the motion. It is a simple text file with machine specific codes and vector positioning. I use a program that outputs the code in a not so generic form and I also need to change some of the codes for use with a laser. I need to add spaces, replace characters ect and would like to do so with the least amount of manual repetition. I have used Notepad ++ but have not figured out how to accomplish this. Any ideas or programs to use would be great. Thanks!

Pages: [1] 2 3 4 5 6next
Go to full version