Hi again, guys!
Now that I've got my hand-me-down Toshiba laptop working, I figure the next step is to test how well my old config.sys and autoexec.bat files from my old laptop work on this new(er) machine.
Before I go ahead and copy those files onto the new machine I'd be grateful if you'd take a look at them to see if there are any commands that might create problems when run on a different machine.
So I'd like to post the text from those files here.
Before I do that I want to make sure I know the proper way to post the contents of files that contain DOS commands.
I'm guessing that all I need do is mark that text with the "Code" formatting button.
Did I get that right?
Will in Seattle
a.k.a. "Clueless"
How to format batch commands in posts to this forum?
Moderator: DosItHelp
-
- Posts: 47
- Joined: 01 Jul 2011 13:37
Re: How to format batch commands in posts to this forum?
Yes. Using the CODE marker will make your codes more readable here on the forum.
Code: Select all
[code]Your code here[/code]
Re: How to format batch commands in posts to this forum?
Just to be clear, the code markers are at the start and end of a code block
Code: Select all
[code]
and this is more code
on separate lines
here
[/code]