hexagon logo

Creating a list of what programs you have?!?

Create a batch file with a .bat or .cmd ext. on it. insert this command line in it...

dir *.prg /a /-c /s /t:a /o:gnd>list.txt

Copy the batch file to your root part program directory and run it.

It will create a list.txt file that has all your programs listed in, even ones that are in sub directories.

Enjoy.
Parents
  • I use a .VBS script to open my programs.

    I have made it so it checks the first digit of the entered partnumber, enters the correct folder and if it exists, it displays the PC-DMIS open program dialog and have Explorer open the folder for easy access to reports, setup instructions and whatnot. Beats the folder clicking any day of the week.


    Can you share the script and instructions on how to use it?

    TIA
Reply
  • I use a .VBS script to open my programs.

    I have made it so it checks the first digit of the entered partnumber, enters the correct folder and if it exists, it displays the PC-DMIS open program dialog and have Explorer open the folder for easy access to reports, setup instructions and whatnot. Beats the folder clicking any day of the week.


    Can you share the script and instructions on how to use it?

    TIA
Children
No Data