spk-logo-tm-2023
0%
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

My Arsenal of Product Development Tools

windchill features best plm software
Written by SPK Blog Post
Published on July 16, 2014

There are so many tools that are available to help make the process of coding more efficient, less time consuming, and overall a better experience. There are a number of tools / configuration settings I utilize in my environment to help make my overall coding / scripting and product enhancing job more efficient.

Here is my top 5 list for must have product development tools when it comes to code / scripting as well as which platforms the tools work with:

Notepad ++ (Windows Only)

First off, I like Notepad++ because it really is one of the best text / script editor tools out there. You can change the background so it’s not white (and therefore is not harsh on the eyes) and you can change the color of the text as well. The program by nature will change the color of the words depending on what you’re writing in (bash, python, perl, batch, etc.).

Sublime Text (Mac and Windows)

More recently I found Sublime Text Editor, which does things similar to Notepad++ but is available on both Mac and Windows. Also, rather than having to configure the global settings to set a black / grey background, Sublime already has that setting pre-enabled.

Inno Script Studio (Windows)

Sometimes I like to bundle my scripts and application files into a simple to run .exe file, so I use the free and powerful program Inno Script Studio. This can run your scripts (I have run several batch and powershell scripts) in the background, hidden from the end user, after all the installation files are extracted to a tmp directory. You, as the scripter, can configure settings like license agreements, message box pop ups, and menus for which applications you wish to install. This is a must-have product development tool.

Cygwin (Windows)

Cygwin is great if you do stuff with Linux systems, bash scripts, Python, etc. It’s quite robust and makes my job easier. Sometimes when I’m in the middle of furthering the production of a script, task, or web application, I need to quickly ssh into another host. Cygwin makes this easy by allowing me to drop a shortcut to the app into my c:\windows\system32 folder. I name the shortcut, “ssh” and modify the target to be: C:\cygwin\bin\mintty.exe /bin/ssh. This automatically calls the ssh part of Cygwin so when I’m in a rush, I can launch run by hitting windows key + r, type ssh and then the host. Example: ssh user@server. All I have to do is hit enter and Cygwin loads as the ssh session begins.

Windows System32 folder on Windows Client

I briefly mentioned how I use the system32 folder to further product development and increase my efficiency, but there are a few other shortcuts I like to make. For one, I made a shortcut for all of the remote systems I frequently RDP to. To do that, I just made a copy of the shortcut for mstsc.exe, renamed it the name of the system I frequently connect to and then I modify the target to something like this: C:\Windows\System32\mstsc.exe /v:ccomputer /admin /f.

Just to recap, the above is a short list and brief explanation of the product development tools I use on a regular basis to increase my efficiency as I develop various solutions and processes for products in the workplace. Sound off in the comments if you happen to use the same tools, or if there is one others or myself should know about and use, too!

Jessica
Systems Integration Engineer

Next Steps:

Latest White Papers

Introducing Atlassian’s Service Collection

Introducing Atlassian’s Service Collection

Are you looking for new tools that empower your teams to deliver exceptional service experiences? Atlassian’s Service Collection ensures great service for both employees and customers. What You Will Learn In the following eBook, you will discover: The tools and...

Related Resources

5 Ways to Reduce Engineering Cycle Time Without Adding Headcount

5 Ways to Reduce Engineering Cycle Time Without Adding Headcount

Key takeaways Faster engineering does not always require more headcount: Disconnected systems, manual handoffs, rework, and poor visibility often create more delays than a lack of engineering capacity. A digital thread can eliminate major sources of wasted time:...

Why Late-Stage Changes Are Killing Your Time to Market

Why Late-Stage Changes Are Killing Your Time to Market

Key Takeaways Late-stage changes get expensive fast: The farther a problem travels through design, testing, and manufacturing, the more time, cost, and rework it creates. Disconnected systems and weak traceability are major causes: When requirements, design, software,...

The Engineering Digital Thread Playbook

The Engineering Digital Thread Playbook

In many organizations, systems operate independently, creating a large visibility problem. A digital thread addresses this by creating a connected flow of product information across the lifecycle. This playbook explains why engineering visibility matters, and how...