ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.3m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • WrCombsW
      WrCombs @scotth
      last edited by WrCombs

      @scotth said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @scotth said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      just got first cup of Coffee, Following up with a few sites.

      Hey - How do you send commands to printers on com ports - to test printing?

      If you direct connect to com1, copy test.txt>prn I think.
      I haven't done that in so many years, the last time I did it, I fell off my dinosaur

      Our printers are direct connected to com 2 and com 3.
      when I tested with

      echo Hello >Com2
      

      I didn't get anything same for com 3 .

      Hmmm. Make a something.txt with a message. Check your devices and see what the printer is named and what port it is connected to. If I remember correctly, the command is copy something.txt>prn or whatever your printer is named. You could do to the com port as well. If it was connected to your 1st parallel port it would be copy something.txt>lpt1. Why the name vs port, I can remember but I do know that it worked when we had impact printers.

      returned

      Access is denied
      
      WrCombsW 1 Reply Last reply Reply Quote 0
      • WrCombsW
        WrCombs @WrCombs
        last edited by

        @WrCombs said in What Are You Doing Right Now:

        @scotth said in What Are You Doing Right Now:

        @WrCombs said in What Are You Doing Right Now:

        @scotth said in What Are You Doing Right Now:

        @WrCombs said in What Are You Doing Right Now:

        just got first cup of Coffee, Following up with a few sites.

        Hey - How do you send commands to printers on com ports - to test printing?

        If you direct connect to com1, copy test.txt>prn I think.
        I haven't done that in so many years, the last time I did it, I fell off my dinosaur

        Our printers are direct connected to com 2 and com 3.
        when I tested with

        echo Hello >Com2
        

        I didn't get anything same for com 3 .

        Hmmm. Make a something.txt with a message. Check your devices and see what the printer is named and what port it is connected to. If I remember correctly, the command is copy something.txt>prn or whatever your printer is named. You could do to the com port as well. If it was connected to your 1st parallel port it would be copy something.txt>lpt1. Why the name vs port, I can remember but I do know that it worked when we had impact printers.

        returned

        Access is denied
        

        I ran

        Copy test.txt>com1
        

        The printer is not named in Windows. It is only in Aloha.
        :man_facepalming: I dont make the rules, i just have to make stuff work .

        1 Reply Last reply Reply Quote 1
        • valentinaV
          valentina
          last edited by

          I feel like I haven't slept in 5 days. Daylight savings is killing me

          LilAngL 1 Reply Last reply Reply Quote 1
          • WrCombsW
            WrCombs
            last edited by

            sarcasm/Its a joke

            I even tried running

            Sudo Copy Test.txt>comx
            
            WrCombsW 1 Reply Last reply Reply Quote 1
            • WrCombsW
              WrCombs
              last edited by

              anyway - Was just told that we are adding yet another POS Vendor to our mix.,
              We're now running Mobile Bytes - PAD Based Point of Sales, Customers will be responsible for buying their own hard ware ( i think - IDK dont yell at me. ) and we will provide the software and maintenance

              1 Reply Last reply Reply Quote 0
              • WrCombsW
                WrCombs @WrCombs
                last edited by

                @WrCombs said in What Are You Doing Right Now:

                sarcasm/Its a joke

                I even tried running

                Sudo Copy Test.txt>comx
                

                i figured it out

                Copy test.txt \com?
                

                Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                S 1 Reply Last reply Reply Quote 0
                • S
                  scotth @WrCombs
                  last edited by

                  @WrCombs said in What Are You Doing Right Now:

                  @WrCombs said in What Are You Doing Right Now:

                  sarcasm/Its a joke

                  I even tried running

                  Sudo Copy Test.txt>comx
                  

                  i figured it out

                  Copy test.txt \com?
                  

                  Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                  This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                  Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                  WrCombsW 1 Reply Last reply Reply Quote 0
                  • WrCombsW
                    WrCombs @scotth
                    last edited by

                    @scotth said in What Are You Doing Right Now:

                    @WrCombs said in What Are You Doing Right Now:

                    @WrCombs said in What Are You Doing Right Now:

                    sarcasm/Its a joke

                    I even tried running

                    Sudo Copy Test.txt>comx
                    

                    i figured it out

                    Copy test.txt \com?
                    

                    Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                    This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                    Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                    excuse my noobness - What is a "Nix" OS?

                    DustinB3403D S 2 Replies Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403 @WrCombs
                      last edited by

                      @WrCombs said in What Are You Doing Right Now:

                      @scotth said in What Are You Doing Right Now:

                      @WrCombs said in What Are You Doing Right Now:

                      @WrCombs said in What Are You Doing Right Now:

                      sarcasm/Its a joke

                      I even tried running

                      Sudo Copy Test.txt>comx
                      

                      i figured it out

                      Copy test.txt \com?
                      

                      Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                      This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                      Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                      excuse my noobness - What is a "Nix" OS?

                      Anything linux.

                      WrCombsW 1 Reply Last reply Reply Quote 0
                      • S
                        scotth @WrCombs
                        last edited by

                        @WrCombs said in What Are You Doing Right Now:

                        @scotth said in What Are You Doing Right Now:

                        @WrCombs said in What Are You Doing Right Now:

                        @WrCombs said in What Are You Doing Right Now:

                        sarcasm/Its a joke

                        I even tried running

                        Sudo Copy Test.txt>comx
                        

                        i figured it out

                        Copy test.txt \com?
                        

                        Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                        This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                        Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                        excuse my noobness - What is a "Nix" OS?

                        Sorry. Unix, Linux, BSD, ...

                        1 Reply Last reply Reply Quote 0
                        • WrCombsW
                          WrCombs @DustinB3403
                          last edited by

                          @DustinB3403 said in What Are You Doing Right Now:

                          @WrCombs said in What Are You Doing Right Now:

                          @scotth said in What Are You Doing Right Now:

                          @WrCombs said in What Are You Doing Right Now:

                          @WrCombs said in What Are You Doing Right Now:

                          sarcasm/Its a joke

                          I even tried running

                          Sudo Copy Test.txt>comx
                          

                          i figured it out

                          Copy test.txt \com?
                          

                          Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                          This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                          Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                          excuse my noobness - What is a "Nix" OS?

                          Anything linux.

                          I'm running Windows 10..

                          DustinB3403D S 2 Replies Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @WrCombs
                            last edited by

                            @WrCombs said in What Are You Doing Right Now:

                            @DustinB3403 said in What Are You Doing Right Now:

                            @WrCombs said in What Are You Doing Right Now:

                            @scotth said in What Are You Doing Right Now:

                            @WrCombs said in What Are You Doing Right Now:

                            @WrCombs said in What Are You Doing Right Now:

                            sarcasm/Its a joke

                            I even tried running

                            Sudo Copy Test.txt>comx
                            

                            i figured it out

                            Copy test.txt \com?
                            

                            Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                            This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                            Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                            excuse my noobness - What is a "Nix" OS?

                            Anything linux.

                            I'm running Windows 10..

                            Well we found the problem didn't we.

                            WrCombsW 1 Reply Last reply Reply Quote 0
                            • WrCombsW
                              WrCombs @DustinB3403
                              last edited by

                              @DustinB3403 said in What Are You Doing Right Now:

                              @WrCombs said in What Are You Doing Right Now:

                              @DustinB3403 said in What Are You Doing Right Now:

                              @WrCombs said in What Are You Doing Right Now:

                              @scotth said in What Are You Doing Right Now:

                              @WrCombs said in What Are You Doing Right Now:

                              @WrCombs said in What Are You Doing Right Now:

                              sarcasm/Its a joke

                              I even tried running

                              Sudo Copy Test.txt>comx
                              

                              i figured it out

                              Copy test.txt \com?
                              

                              Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                              This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                              Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                              excuse my noobness - What is a "Nix" OS?

                              Anything linux.

                              I'm running Windows 10..

                              Well we found the problem didn't we.

                              Microsoft?

                              1 Reply Last reply Reply Quote 0
                              • S
                                scotth @WrCombs
                                last edited by

                                @WrCombs said in What Are You Doing Right Now:

                                @DustinB3403 said in What Are You Doing Right Now:

                                @WrCombs said in What Are You Doing Right Now:

                                @scotth said in What Are You Doing Right Now:

                                @WrCombs said in What Are You Doing Right Now:

                                @WrCombs said in What Are You Doing Right Now:

                                sarcasm/Its a joke

                                I even tried running

                                Sudo Copy Test.txt>comx
                                

                                i figured it out

                                Copy test.txt \com?
                                

                                Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                                This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                                Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                                excuse my noobness - What is a "Nix" OS?

                                Anything linux.

                                I'm running Windows 10..

                                Ahh. My mistake

                                WrCombsW 1 Reply Last reply Reply Quote 1
                                • WrCombsW
                                  WrCombs @scotth
                                  last edited by WrCombs

                                  @scotth said in What Are You Doing Right Now:

                                  @WrCombs said in What Are You Doing Right Now:

                                  @DustinB3403 said in What Are You Doing Right Now:

                                  @WrCombs said in What Are You Doing Right Now:

                                  @scotth said in What Are You Doing Right Now:

                                  @WrCombs said in What Are You Doing Right Now:

                                  @WrCombs said in What Are You Doing Right Now:

                                  sarcasm/Its a joke

                                  I even tried running

                                  Sudo Copy Test.txt>comx
                                  

                                  i figured it out

                                  Copy test.txt \com?
                                  

                                  Is the correct syntax, also Com ports are exclusive. SO Since Aloha was using it to run the printer, it wasn't going to print test.txt

                                  This tells me that it's most likely an aloha problem because the Printer isnt printing different characters now .

                                  Odd. I didn't realize that you're running a 'nix' OS. Isn't your printer mapped in /dev/ I believe that would be your destination and I don't remember the syntax. There's tons of Linux gurus here that would know.

                                  excuse my noobness - What is a "Nix" OS?

                                  Anything linux.

                                  I'm running Windows 10..

                                  Ahh. My mistake

                                  Nah you're good - I made a joke about using Sudo ( because in linux... you get it right?)
                                  so It's easily confused

                                  1 Reply Last reply Reply Quote 1
                                  • S
                                    scotth
                                    last edited by

                                    Gotta meet with an electrician. My day is now shot. All over a 20A circuit for a copier

                                    travisdh1T 1 Reply Last reply Reply Quote 0
                                    • travisdh1T
                                      travisdh1 @scotth
                                      last edited by

                                      @scotth said in What Are You Doing Right Now:

                                      Gotta meet with an electrician. My day is now shot. All over a 20A circuit for a copier

                                      Hah! I got a great support ticket the other day. "Our power circuit keeps tripping, and we don't know why." They only have 3 computers, a space heater, coffee pot, microwave, and 2 refrigerators on the same power circuit 🙄

                                      1 Reply Last reply Reply Quote 1
                                      • LilAngL
                                        LilAng @valentina
                                        last edited by

                                        @valentina said in What Are You Doing Right Now:

                                        I feel like I haven't slept in 5 days. Daylight savings is killing me

                                        i hope i move to arizona next so i don't have to deal with it anymore lol

                                        travisdh1T 1 Reply Last reply Reply Quote 1
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Morning all.

                                          WrCombsW 1 Reply Last reply Reply Quote 0
                                          • WrCombsW
                                            WrCombs @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            Morning all.

                                            Good Morning

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3549
                                            • 3550
                                            • 3551
                                            • 3552
                                            • 3553
                                            • 4443
                                            • 4444
                                            • 3551 / 4444
                                            • First post
                                              Last post