Make a spreadsheet
I have all of my programs on floppy disk and would like to print the number of the program and the name in Parenthesis without having to open each file separately on the computer
On the newer Haas machines, you can take a screen shot (SHIFT F1). There are some programs that can be used on a PC to view the file name and first line of comments. They are hard to find, but someone will share one. I will take a look around.
Thanks,
Ken Foulks
THANKS FOR THE THE REPLYS SO FAR
any more help
You can make a simple Batch program or line of code to use in the 'ol DOS;
At the command prompt (use Start menu, RUN, enter "cmd")
type in below;
dir /b *.>c:\directory.txt
This will give you a text file (named directory.txt) with all of the file names.
Sorry, can't give you the internal text along with it ... perhaps someone with some VB or XML can help out - ???