Dosbox USB print Windows 8.1 64Bit
Worked fine until I've upgraded to Windows 8.1.
What I did was set the USB printer to lpt1: on the local Windows 8 computer and another XP computer via LAN to lpt2:, the same way with the same printer on the Windows 8 computer. But now it doesn't work anymore from the Windows 8 machine (where the printer is plugged via USB). Tried already deleting lpt2: on the XP one, as well as lpt1: on the Windows 8, reset it. Not working... :-( I tried also
net use lpt1: \serverprinter password "user:Ute Berger" /persistent:yes
Of course, with the correct server and shared printer name as well as
net use \serverprinter "user:Ute Berger" password /persistent:yes
This is the name displayed as a user now. But in C:users it is named Benutzer1. Tried this one also. Nothing worked. What could be the problem here?
What's strange is that when I type net use lpt1: on the XP, I get another error (67 - The network name wasn't found) than trying something I didn't set up like lpt2 (2 - The system can't find the file). Could this be a possible problem as even if deleted something is left blocking on the Windows 8 computer?
windows-8.1
add a comment |
Worked fine until I've upgraded to Windows 8.1.
What I did was set the USB printer to lpt1: on the local Windows 8 computer and another XP computer via LAN to lpt2:, the same way with the same printer on the Windows 8 computer. But now it doesn't work anymore from the Windows 8 machine (where the printer is plugged via USB). Tried already deleting lpt2: on the XP one, as well as lpt1: on the Windows 8, reset it. Not working... :-( I tried also
net use lpt1: \serverprinter password "user:Ute Berger" /persistent:yes
Of course, with the correct server and shared printer name as well as
net use \serverprinter "user:Ute Berger" password /persistent:yes
This is the name displayed as a user now. But in C:users it is named Benutzer1. Tried this one also. Nothing worked. What could be the problem here?
What's strange is that when I type net use lpt1: on the XP, I get another error (67 - The network name wasn't found) than trying something I didn't set up like lpt2 (2 - The system can't find the file). Could this be a possible problem as even if deleted something is left blocking on the Windows 8 computer?
windows-8.1
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
You need to do anet viewto see all the visible computers. It is probablyBenutzer1because that is visible afterC:User. It it is innet viewyou need to donet view \Benutzer1to see the shared printers. If the printer is visible you can donet use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.
– Rik
Oct 24 '13 at 10:50
1
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Just to clarify: For the username, you know you need to type/user:"Ute Berger", with the quotes ONLY around the username?
– Canadian Luke
Oct 25 '13 at 20:43
add a comment |
Worked fine until I've upgraded to Windows 8.1.
What I did was set the USB printer to lpt1: on the local Windows 8 computer and another XP computer via LAN to lpt2:, the same way with the same printer on the Windows 8 computer. But now it doesn't work anymore from the Windows 8 machine (where the printer is plugged via USB). Tried already deleting lpt2: on the XP one, as well as lpt1: on the Windows 8, reset it. Not working... :-( I tried also
net use lpt1: \serverprinter password "user:Ute Berger" /persistent:yes
Of course, with the correct server and shared printer name as well as
net use \serverprinter "user:Ute Berger" password /persistent:yes
This is the name displayed as a user now. But in C:users it is named Benutzer1. Tried this one also. Nothing worked. What could be the problem here?
What's strange is that when I type net use lpt1: on the XP, I get another error (67 - The network name wasn't found) than trying something I didn't set up like lpt2 (2 - The system can't find the file). Could this be a possible problem as even if deleted something is left blocking on the Windows 8 computer?
windows-8.1
Worked fine until I've upgraded to Windows 8.1.
What I did was set the USB printer to lpt1: on the local Windows 8 computer and another XP computer via LAN to lpt2:, the same way with the same printer on the Windows 8 computer. But now it doesn't work anymore from the Windows 8 machine (where the printer is plugged via USB). Tried already deleting lpt2: on the XP one, as well as lpt1: on the Windows 8, reset it. Not working... :-( I tried also
net use lpt1: \serverprinter password "user:Ute Berger" /persistent:yes
Of course, with the correct server and shared printer name as well as
net use \serverprinter "user:Ute Berger" password /persistent:yes
This is the name displayed as a user now. But in C:users it is named Benutzer1. Tried this one also. Nothing worked. What could be the problem here?
What's strange is that when I type net use lpt1: on the XP, I get another error (67 - The network name wasn't found) than trying something I didn't set up like lpt2 (2 - The system can't find the file). Could this be a possible problem as even if deleted something is left blocking on the Windows 8 computer?
windows-8.1
windows-8.1
edited Oct 25 '13 at 20:42
Canadian Luke
18.1k3090147
18.1k3090147
asked Oct 24 '13 at 9:28
eCronikeCronik
112
112
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
You need to do anet viewto see all the visible computers. It is probablyBenutzer1because that is visible afterC:User. It it is innet viewyou need to donet view \Benutzer1to see the shared printers. If the printer is visible you can donet use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.
– Rik
Oct 24 '13 at 10:50
1
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Just to clarify: For the username, you know you need to type/user:"Ute Berger", with the quotes ONLY around the username?
– Canadian Luke
Oct 25 '13 at 20:43
add a comment |
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
You need to do anet viewto see all the visible computers. It is probablyBenutzer1because that is visible afterC:User. It it is innet viewyou need to donet view \Benutzer1to see the shared printers. If the printer is visible you can donet use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.
– Rik
Oct 24 '13 at 10:50
1
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Just to clarify: For the username, you know you need to type/user:"Ute Berger", with the quotes ONLY around the username?
– Canadian Luke
Oct 25 '13 at 20:43
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
You need to do a
net view to see all the visible computers. It is probably Benutzer1 because that is visible after C:User. It it is in net view you need to do net view \Benutzer1 to see the shared printers. If the printer is visible you can do net use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.– Rik
Oct 24 '13 at 10:50
You need to do a
net view to see all the visible computers. It is probably Benutzer1 because that is visible after C:User. It it is in net view you need to do net view \Benutzer1 to see the shared printers. If the printer is visible you can do net use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.– Rik
Oct 24 '13 at 10:50
1
1
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Just to clarify: For the username, you know you need to type
/user:"Ute Berger", with the quotes ONLY around the username?– Canadian Luke
Oct 25 '13 at 20:43
Just to clarify: For the username, you know you need to type
/user:"Ute Berger", with the quotes ONLY around the username?– Canadian Luke
Oct 25 '13 at 20:43
add a comment |
1 Answer
1
active
oldest
votes
You could give this a try: vDos
Unzip it to a folder and start the vDos executable.
It should start the DataPerfect 2.3 TestDrive demo program.
Play with it, print and quit.
Modify the autoexec.txt file to start your program.
FYI: vDos have moved to SourceForge: http://sourceforge.net/projects/vdos/
You can download the latest version (with installer) there.
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f664690%2fdosbox-usb-print-windows-8-1-64bit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could give this a try: vDos
Unzip it to a folder and start the vDos executable.
It should start the DataPerfect 2.3 TestDrive demo program.
Play with it, print and quit.
Modify the autoexec.txt file to start your program.
FYI: vDos have moved to SourceForge: http://sourceforge.net/projects/vdos/
You can download the latest version (with installer) there.
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
add a comment |
You could give this a try: vDos
Unzip it to a folder and start the vDos executable.
It should start the DataPerfect 2.3 TestDrive demo program.
Play with it, print and quit.
Modify the autoexec.txt file to start your program.
FYI: vDos have moved to SourceForge: http://sourceforge.net/projects/vdos/
You can download the latest version (with installer) there.
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
add a comment |
You could give this a try: vDos
Unzip it to a folder and start the vDos executable.
It should start the DataPerfect 2.3 TestDrive demo program.
Play with it, print and quit.
Modify the autoexec.txt file to start your program.
FYI: vDos have moved to SourceForge: http://sourceforge.net/projects/vdos/
You can download the latest version (with installer) there.
You could give this a try: vDos
Unzip it to a folder and start the vDos executable.
It should start the DataPerfect 2.3 TestDrive demo program.
Play with it, print and quit.
Modify the autoexec.txt file to start your program.
FYI: vDos have moved to SourceForge: http://sourceforge.net/projects/vdos/
You can download the latest version (with installer) there.
edited Mar 17 '14 at 22:48
answered Oct 25 '13 at 20:34
Jos SchaarsJos Schaars
562
562
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
add a comment |
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
What is this? A direct download. No info page. No explanation to what this does and how it works (and would be preferred over the current method)? And would this solve printing over the network? Please clarify your answer or give an info-page. Just running a program downloaded from an unknown source is not advised.
– Rik
Oct 25 '13 at 22:09
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
As DOSbox, it emulates a DOS-PC, but is intended for “serious”, non-gaming, programs. It lacks most of the hardware emulation of DOSbox like non-vga graphics, joysticks, soundcards and the like. Instead it offers a live file system, file/record locking, printing and a scalable font/window. You can have a look at: youtube.com/watch?v=IIdtsvuDfr0, youtube.com/watch?v=jCCFFIi60VQ, youtube.com/watch?v=SYLQPjXHKsc.
– Jos Schaars
Oct 26 '13 at 12:13
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f664690%2fdosbox-usb-print-windows-8-1-64bit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Windows 8.1 still works without "Live ID". You just need to choose "Create new account" and then (in the form) you have a skip-option at the bottom of the screen. (something like "Sign in without a Microsoft account", can't remember exactly). See also here. It still works for the 'final' version.
– Rik
Oct 24 '13 at 10:43
You need to do a
net viewto see all the visible computers. It is probablyBenutzer1because that is visible afterC:User. It it is innet viewyou need to donet view \Benutzer1to see the shared printers. If the printer is visible you can donet use lpt1 \Benutzer1printer_name. For Windows 8 itself this should work. For Windows XP you could have a problem with the usernames and password but first get it working locally.– Rik
Oct 24 '13 at 10:50
1
Do you actually mean DOSBox, or do you just mean the "regular" command-line interface? I'm certainly guessing the latter, but please clarify.
– Daniel Andersson
Oct 24 '13 at 10:55
Just to clarify: For the username, you know you need to type
/user:"Ute Berger", with the quotes ONLY around the username?– Canadian Luke
Oct 25 '13 at 20:43