About 436,000 results
Open links in new tab
  1. How do you print any printable file in Windows 10 by command …

    Dec 28, 2020 · 6 How do you print any printable file by command-line in Windows 10? Images, PDF, text, word documents and such. This question refers too all files you can print by right …

  2. Printing from Windows 7 command line - Super User

    Sep 21, 2012 · 9 I'm looking to automate some printing in Windows 7. Ideally from command line. Just as if I would've right-clicked and selected "Print". Tried the command: C:\>print …

  3. Printing a Text File from Command Prompt - Stack Overflow

    print C:\filename.txt from Command Prompt. However, this results in C:\filename.txt is currently being printed but nothing is printed. I am unfamiliar with ESC/POS and do not understand …

  4. List all environment variables from the command line

    Mar 16, 2011 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  5. Displaying Windows command prompt output and redirecting it …

    Apr 28, 2009 · If, for example, I were to run the command dir > test.txt, this would redirect output to a file called test.txt without displaying the results. How could I write a command to display …

  6. How can I display the contents of an environment variable from …

    Sep 29, 2011 · 882 In Windows Command-Prompt the syntax is echo %PATH% To get a list of all environment variables enter the command set without any parameters. To send those …

  7. How to print the current time in a Batch-File? - Stack Overflow

    I need to print time in a batch file but command prompt tells me that the syntax is incorrect. Here is the code i have so far: @echo %time% ping -n 1 -w 1 127.0.0.1 1>nul @echo %time% …

  8. How can I print a file from the command line? - Stack Overflow

    Dec 17, 2018 · Is there a way to run a file through a print driver without opening the application? Ex: run a .docx file, without opening word, and save it to file?

  9. Output Filenames in a Folder to a Text File - Stack Overflow

    Feb 26, 2022 · Using Windows Command Prompt or Windows PowerShell, how can I output all the file names in a single directory to a text file, without the file extension? In Command …

  10. How can I print a textfile on the command prompt in Windows?

    How can I print the content of a textfile on the command prompt in Windows? In Linux I can do this with less textfile.txt, more textfile.txt or cat textfile.txt What is the command for this in Wi...