Printing Program Names

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Printing Program Names

    I would like to know if there is a way to print out the titles of the programs after I save them. What I mean is, when I write a new program I give it a name. I would like to print all the program names I have in PCdmis. Could this be posible?
    Thanks ahead of time.
    B. Jacobs
    B&S Global 12.15.10
    2014.1

  • #2
    also Save each program is a folder called master list, you could arrange them by name. But also save it in real folder
    sigpicSummer Time. Gotta Love it!

    Comment


    • #3
      I will start doing something like that, but for now I need to print what I have. I would be alot easier to hit print than to write each one down.
      B. Jacobs
      B&S Global 12.15.10
      2014.1

      Comment


      • #4
        Well, you COULD open a DOS COMMAND PROMPT window, go to the directory where you have the programs stored, type in DIR >> LIST and hit enter (yes that is 2 > arrows). Then you can either type in EDIT LIST to openthe file, then print it, or you can do it the 'windows' way and click on the file in the folder window and open it with WORDPAD and print it. To get ABSOLUTELY every Pcdmis PRG file you can do this from the root directory (c:\ for most of you) still using the DOS COMMAND PROMPT window: Type in "DIR C:\*.prg /s >> list" and this will give you the same file (list) with EVERY PROGRAM on the drive that ends with the PRG extension, all sorted by location (directory or folder) and you can open that with WORDPAD.

        There are lots of things you can do with DOS that just don't seem to be available with Windoze.
        sigpic
        Originally posted by AndersI
        I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

        Comment


        • #5
          Matt,
          I am trying what you suggested but I am haveing no luck.
          B. Jacobs
          B&S Global 12.15.10
          2014.1

          Comment


          • #6
            Well, once you open the DOS COMMAND PROMPT, it should look like the attachment. If so, type in the following:

            DIR C:\*.PRG /s >> C:\LIST.TXT

            this is the same line of code, but I have put a ~ everyplace tha should have a space

            DIR~C:\*.PRG~/s~>>~C:\LIST.TXT

            Maybe you weren't getting the spaces correct. This should create the file LIST.TXT in the main drive folder. Give this a try. If not, post again and I will send you something that should work.



            Last edited by Matthew D. Hoedeman; 08-28-2006, 03:34 PM.
            sigpic
            Originally posted by AndersI
            I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

            Comment


            • #7
              OK i have the list but can't copy and paste from it. Here is what I have
              Last edited by B. Jacobs; 04-02-2008, 08:24 AM.
              B. Jacobs
              B&S Global 12.15.10
              2014.1

              Comment


              • #8
                Well, the GIF shows up blank for me. I'll email you a BATCH file.
                sigpic
                Originally posted by AndersI
                I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

                Comment


                • #9
                  Yea, I dont know what happened. I will be waiting for you email. Like I said, I have the list but no way to print it.
                  B. Jacobs
                  B&S Global 12.15.10
                  2014.1

                  Comment


                  • #10
                    Batch File

                    This batch file will find ALL the files that end with PRG on your C drive of the computer. It will save the list in a file called LIST.TXT in the main directory (folder) of you C Drive. It should open without any problems and you should be able to open it with word as well. If your programs are NOT on the C drive of your computer, you can edit the BATCH file. I had to ZIP the file to put it on here, it is VERY small

                    1) Save it to the desktop of your computer
                    2) Right click on it, and select EDIT
                    3) Change the C to what ever drive letter your files are on
                    4) save it
                    5) double click on it

                    Last edited by Matthew D. Hoedeman; 08-28-2006, 03:34 PM.
                    sigpic
                    Originally posted by AndersI
                    I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

                    Comment


                    • #11
                      If you open notepad you should be able to then open the list file
                      sigpic
                      if you had soap on a rope it would be tied to yer ankle

                      Comment


                      • #12
                        Matt,
                        You DA Man. It worked great. Thanks for the help.
                        B. Jacobs
                        B&S Global 12.15.10
                        2014.1

                        Comment


                        • #13
                          YEP, but you really have to watch out for BATCH files from sources you may or may not know. They are a really simple way to totally mess up a computer. Back in the old days of DOS and w3.1 etc., users really knew what and how to to batch files. Not saying anything against anyone here, but batch files are not part of the main stream anymore. A simple, 1 line batch file, if executed, can erase your entire hard drive. All it takes is this line in a batch file to delete every file (or almost every file) from your hard drive. Forwarned, forearmed!

                          DEL C:\*.* /Q

                          Want to mess someone up?
                          sigpic
                          Originally posted by AndersI
                          I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

                          Comment


                          • #14
                            I used to run a Dos based BBS many years ago 3 nodes to boot.. lots of bat files
                            sigpic
                            if you had soap on a rope it would be tied to yer ankle

                            Comment


                            • #15
                              ThX Matt! I used it too!

                              You Shred!

                              -Gabriel
                              sigpic

                              Comment

                              widgetinstance 190 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...
                              X