473,480 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Re: how can i save my command prompt screen?



Ty hensons wrote:
how can i save my command prompt screen?
==============================================

That by itself leaves lots of questions. Taken literally to be the
"box" then:

In Microsoft use the "Print Screen" followed by mspaint and Edit/paste
(Or SHIFT-PrintScreen if whole screen showed up, I forget which it is.
One does just the box that is hot while the other gets all)

In Unix use xwd. See man xwd and xwud. Also man convert

with box open and text you want for show'n'tell visible
xwd>screen_1.xwd
(click in box of choice)

to view results:
xwud<screen_1.xwd
(click picture to make it go away)

To turn .xwd into jpeg:
convert screen_1.xwd JPEG:screen_1.jpg

With Python running something in one box and a simple script in another
you can create lots of pics for the documentation. If you invert the
colors the pics will have black letters on a white background and save
tons of ink.
Steve
no******@hughes.net
Jul 16 '08 #1
1 1476
On Jul 16, 12:28*pm, norseman <norse...@hughes.netwrote:
Ty hensons wrote:

*how can i save my command prompt screen?

==============================================

That by itself leaves lots of questions. *Taken literally to be the
"box" then:

In Microsoft use the "Print Screen" followed by mspaint and Edit/paste
* *(Or SHIFT-PrintScreen if whole screen showed up, I forget which itis.
* * *One does just the box that is hot while the other gets all)

In Windows you can right-click, choose "Mark" and then select the
text. Hit <enterto copy it to the clipboard. Then you can paste it
into any text editor you like.

Steve
norse...@hughes.net

Mike
Jul 16 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
3667
by: jcrouse | last post by:
I am trying to run a command from a command prompt using the shell command. Here is the syntax I want to execute: Shell(lblMameExePath.Text & " -listinfo >" & Application.StartupPath &...
1
1893
by: Jay Feldman | last post by:
I've seen some messages about the screen flashing black for a few moments when executing a program in vb.net this may be because the command prompt settings were changed. when the command prompt...
34
6816
by: Roman Mashak | last post by:
Hello, All! I'm implementing simple CLI (flat model, no tree-style menu etc.). Command line looks like this: <command> <param1> <param2> ... <paramN> (where N=1..4) And idea is pretty simple: ...
5
4317
by: nic | last post by:
On my system (WinXP) typing the following line into command prompt(cmd.exe) successfully scans the file test1.txt: "c:\Program Files\Grisoft\AVG Free\avgscan.exe" "c:\program...
3
1949
by: richk | last post by:
I am looking for a way to determine the screen type when I am checking out a laptop that has no HDD installed. I am looking for something I can compile to run under a DOS or windows 98 command...
8
19478
by: why? | last post by:
Im working with Python 2.2 on my red hat linux system. Is there any way to write python codes in separate files and save them so that i can view/edit them in the future? Actually I've just started...
4
2514
by: bkamrani | last post by:
Hi, This is a basic problem, but I want to print help content in a Command Prompt in WinXP and scrolling back to see the first lines. If I start a command prompt and run python, and then for...
1
1803
by: Tim Golden | last post by:
Ty hensons wrote: (Trying to be helpful here...) What do mean by "save" and what do you mean by "command prompt screen"? And, especially, what platform are you running on? TJG
1
19635
by: sganeshsvk | last post by:
i want to clear the screen command prompt for mysql in windows XP... In linux we use (CTRL + L) for clear the screen in mysql prompt.... i already use this command ( \c ) then ( \! clear ) for...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7043
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6737
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6921
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5336
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
179
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.