Unneeded Print To File Command?

Aug 9, 2012

Using Windows 7 Home Premium and Publisher 2010, when I try to print (only as of yesterday evening) I get a 'print to file' notice. I do NOT print to file nor do I need to. How can I get may printer to actually print the Publisher Documents. I've tried swapping printers and the same thing happens with Konica Minolta Magicolor 3730dn and Samsung CLP315. I've uninstalled and re-installed both - changed all the plugs and sub connections and I'm now going nuts!

View 4 Replies


ADVERTISEMENT

Run A Print Command On The Files Specified In *.txt File?

May 1, 2012

I would like to run a print command on the files specified in *.txt file.

Command: "X:pathapplication.exe /p"

File list in *txt file:

X:folder1folder2document1.xcmd
X:folder3document2.xcmd
K:folder7document3.xcmd
ect...

I found something similar: for %%g in (*.xmcd) do "C:pathmathcad.exe /p %%g

View 6 Replies View Related

Create A Batch File For Windows 7 To Run A Command (elevated ) In Command Prompt?

Apr 27, 2011

Trying to create a batch file for Windows 7 to run a command (elevated ) in command prompt?User: is an administrator or in administrator group ( but actual administrator account may be disabled )essentially need to be able to double click the *****.bat filehave it open up cmd in elevated ( run as administrator ) , run the command in the dos window and reboot the computer.

View 2 Replies View Related

Add Print Command To Yahoo Tool Bar

Jul 11, 2012

I have a new Toshiba laptop computer that came with Windows 7 and Internet Explorer. I have no print capability on Internet Explorer...no symbol or place to click onto in order to print...so I downloaded Firefox which DOES have a File Print symbol in the upper left side of the screen.

View 4 Replies View Related

Cannot Turn On File Discovery And File And Print Sharing?

May 22, 2012

The problem I believe is that on the �change sharing options for different networkprofile page (Control Panel>Network sharing) I cannot turn on the Network discovery and File saring options. click on the two enabling buttons forTurn on File DiscoveryndTurn on File & printer sharing I then find the save changes tab greyed out

View 1 Replies View Related

Clean Up All Unneeded Windows Xp Files

Jul 19, 2011

could you clean up all of my cumputa errors

View 2 Replies View Related

ASUS Laptop Trying And Failing To Install Unneeded Driver?

Jul 16, 2011

I bought a refurbed Asus K50IJ-BBZ5 laptop this week.When I log into an administrator account after bootup, it will immediately give me a message about installing new device driver software, then in 20 seconds or so say that the install failed.The failure message specifically says"Device Driver software was not successfully installed.First, my ethernet works fine. I've plugged the laptop into a router and gotten to the internet, lost connection upon unplugging (i.e., it's not a wireless signal that is connecting me), reconnected upon plugging back in. Furthermore, when I have wireless enabled and am not plugged in by ethernet, I connect to the internet fine as well.So my wired and wireless internet access is fine.Third, it shows that specific network adapter working fine. Fourth, when I do try to update the device driver software using the device manager, it tells me that my driver is up to date.So my issue isn't so much with the network adapter/ethernet, since they do what I want them to. My issue is how do I stop the computer from pushing this driver at me?And I have cleaned the computer of most ASUS bloatware, and used msconfig to find what's running at startup, and there's nothing running that I see that is pushing this on me.

View 3 Replies View Related

Why The "ftype" Command Doesn't Display All File Types Associated With File Extensions

Jun 19, 2011

I was wondering why the "ftype" command doesn't display all file types associated with file extensions.For example if I execute "assoc", some of the output is

.txt=txtfile
...
.RDP=RDP.File
When I execute the "ftype" I find an entry for "txtfile" as per below but not for "RDP".file
txtfile=%SystemRoot%system32NOTEPAD.EXE %1

Note: .RDP files are remote desktop files and are opened with %windir%system32mstsc.exe

View 1 Replies View Related

Cannot Print A Pdf File It Converts To A Prn File Instead?

Feb 18, 2013

Whenever I try to print a .pdf file, it instead wants to save it as a .prn file. Every pdf file, every time. I cannot print. This may have happened because a couple weeks ago, I tried to save a particular .pdf file as a .prn file, did not know what I was doing, and now .prn seems to be the default setting. I cannot figure out how to get it corrected.

View 2 Replies View Related

When Try To Run A .jar File Get A Command Prompt

Feb 8, 2012

when i try to run a .jar file i get a command prompt that disapeers after about half a second how come?

View 1 Replies View Related

How To Run Command Prompt And Execute File

Sep 6, 2011

It's pretty basic instructions and I understand how to run Command Prompt, but at step 5, I don't know how to execute the file so that I can apply the statements to the program. The link is: [URL]

View 8 Replies View Related

File - Delete From Command Prompt

Jan 31, 2010

How to Delete a File from the Command Prompt ?

View 0 Replies View Related

Cannot Print PDF File

Jan 6, 2013

I have adobe reader 13 (file name AcroRd32) installed in my computer . Whenever I give the print for any pdf file command it shows printer unavailable.

View 1 Replies View Related

Windows 7 Can't Open Any EXE File - Not Even Command Prompt

Aug 15, 2010

So I downloaded a firmware for my Canon. I was suppose to drag it to desktop. It was a exe file, then I choose to open it with winrar. This action messed up my whole computer. Every exe file has a little icon of winrar and can't open and said corrupted. Some will open but then ask what program to open and I have to chose the icon. Bottom line, I can't even open system restore. Click on system restore and it asked me what program to open. Can't even open command prompt. It ask for what program to open.

View 3 Replies View Related

SFC /SCANNOW Command - System File Checker

Jan 18, 2009

How to Repair Windows 7 System Files with System File Checker ?

View 0 Replies View Related

Batch File Command Output To Variable

Nov 9, 2011

Im setting up a batch file to run some adb commands on my android phone. I want to run a command and store the result into a variable for later use in the batch file.

Example command:
adb shell getprop ro.product.brand

That command outputs the brand of the device e.g. samsung. I want to capture that without displaying it into a variable that will be used later on in the script. I have the 3 adb files coped over to the scripts location so that it will run natively.

View 5 Replies View Related

Programmatic Way With BAT File Determining If Elevated Command Prompt

Oct 16, 2010

Is there any programmatic way within a BATch file of determining whether it has been started from an elevated command prompt (run as Administrator) or a normal command prompt? I note the difference between the Current Directory at start of the BATch file, but wonder if there is a better way. When in elevated mode I don't get a UAC prompt when using DISKPART. The UAC prompt only happens when running it in a normal command prompt window.

Are you aware of any command which simultaneously would give a different errorlevel when executed in an elevated command prompt than in a normal command prompt, and not produce a UAC prompt in normal mode? If this is the case, unless I can find something to distinguish between elevated command prompts and normal command prompts, then I will have to try the %cd% variable at the start of BATch files, to see whether it is consistent even across user modifications of the command prompt shortcut's Target Directory...

View 1 Replies View Related

Analyze CBS.log File By SFC Command To Detect Corrupt Files?

Aug 26, 2012

i have some probs now so iv ran sfc /scannow and i got that: "Windows Resource Protection found corrupt files and was unable to fix some of them..."

it also told to look at the folder of the log file to found the cbs.log and then i ran this command to pull out the actual probs: findstr /c:"[SR]" %windir%LogsCBSCBS.log >"%userprofile%Desktopsfcdetails.txt"

This command have created an sfcdetails text file. here: Download sfcdetails.txt

View 3 Replies View Related

Print Drivers And File Repository?

May 30, 2012

I was trying to uninstall a print driver for a network printer for one of my users (Windows 7), and I ran into that issue where it tells you that it can't remove the drivers because they are still in use (this after stopped and restarting the spooler, rebooting, etc.). So I was looking at the "File Repository" for this print driverC:\Windows\System32\DriverStore\FileRepository\hpcu115u.inf_amd64_neutral_4a9d334b04ff58b2), and it has the same files as another folder that is pointed to under the "Driver" tab in the Print Server Properties dialogue C:\Windows\system32\spool\DRIVERS\x64\3). My questions are the following:1. What is the purpose of the File Repository folder as compared to the driver folder as listed above?. If I am unable to remove the print drivers through Print Management (using admin rights), should I manually delete the corresponding File Repository folder, should I delete the files in the corresponding folder as listed above (C:\Windows\system32\spool\DRIVERS\x64\3), neither, or both?

View 1 Replies View Related

Generic Printer To File Does Not Print?

Feb 28, 2010

Got windows 7 on new computer and need to install a printer = generic print to file, generic text. It installs but does not print when try a test page or document. get error message "can not open" IT goes through all the steps correctly and shows up as a printer but doesn't work. Tried the trouble shooter but nothing.

View 3 Replies View Related

How To Make Batch File To Launch IPConfig / All Command On Desktop

Feb 2, 2013

How to make a batch file so that I can launch the ipconfig /all command right off my desktop. I know how to get to the command prompt and running, but I want to just put a shortcut and/or write a batch file with just a click. I can get the command prompt up. I open a new text file and type: C:Windowssystem32cmd.exe and then I save the text file to .bat and I click on it and my command prompt comes up. I can't seem to get ipconfig /all to come up at all.

View 4 Replies View Related

Creating Custom Command Line For File Association Table

Sep 7, 2011

How can I create a custom command line to be used when I double click on a file with a specific extension. For example for a .jar file I'd like to have this:
javaw.exe -jar "%1" -myOpts

Can you have more than one custom command line for an extension and use the RightClick context menu to chose the one you want to use?

View 6 Replies View Related

Creating A Command Prompt Or Ms-dos Batch File For Joining Domain

Dec 13, 2012

I want to know how to create the batch file and execute it automatically in DOS, and what are the advantages of batch file.

View 2 Replies View Related

Print To File Error - Access Denied

Mar 22, 2012

I am running Windows 7 64 bit home. I have a program that does not give me a choice as to where it's printout goes. It just sends printout to the default printer. I want the output to go to a file. I used the printer setting feature to set up a FILE printer. As a printer choice I picked generic text and set it up as the default printer. When I send the printout from the program I am asked for a file name. I enter test.prn as the file name. Then I get an error message: Could not open the file. Access is denied.

View 1 Replies View Related

Unable To Print When Printing Its File Is Printed?

Dec 24, 2012

i unable to print when i am printing its your file is printed

View 1 Replies View Related

No Output Of Print To File Operation - Configure Port?

Apr 15, 2012

In Win7, the MS procedure for printing the output of a "print to file" operation [URL] doesn't work to a USB printer (HP DJ2050). Neither the correct port USB003 nor the LPT1: port works, even when I "Configure the Port" to include LPT1:. I can't read the file (it has no extension) in any program I've found. I see that I can do the same task easily by printing to .pdf, but is there any way to get back the receipt data contained in these "print to file" files??

View 2 Replies View Related

Print To PDF File - Could Not Open Printer / Check Selection

Dec 12, 2012

Printing to file from Quicken to PDF worked in XP by saving it in PDF but not in win 7 using "quicken pdf printer" as printer field, and it comes back with "could not open printer, check printer selection" how to set up step by step.

View 1 Replies View Related

'Java' Is Not Recognized As An Internal Or External Command, Operable Program Or Batch File

Mar 25, 2010

When I try to run an RS private server, (which runs using java), It says this. I have attempted to make a path in my system variables, i named it "Java" and put it as C:Program Files (x86)Javajre6in and it still does not work.

View 2 Replies View Related

Command To Change The Path Using Environment Variable From Command Prompt?

Jun 9, 2012

In UNIX, for changing the directory path, there is "cd" command. .This works fine in windows 7 too.. But the problem comes when we are trying to change the path using environment variables. .

In UNIX, cd $JAVA_HOME changes the path to the value set for JAVA_HOME,

Similarly is there any command in Windows which does the trick from command prompt for changing path using Environment variables. .

View 1 Replies View Related

Msconfig From Command Prompt / Or Commands For Command Promt?

Jan 9, 2012

Does any one know how to get the win.ini missing fixed when opening bootcfg/msconfig not found. Also How to change "forcing changes in msconifg" to "not forcing changes" in msconfig from command prompt, as well as opening msconfig from command prompt w/ dos command(s) / paramteters.

View 1 Replies View Related

Windows 7 Command Prompt DEL"file.ext" Access Denied

Apr 27, 2012

Okay, a bit complicated here. Long story short (ha) I bestowed ownership and privileges to my specific user, renamed the original "radpppoe.sys" to "raspppoe_orig.sys" and replaced the 1st original with a Vista copy. It was supposed to stop an Ethernet connection error. Idk why it's so hard to set up an Ethernet connection on Win 7; I've done it before so easily on earlier versions, anyway. When I rebooted, Windows would SEEM to start normally until an errors shows "autochk program not found - skipping AUTOCHECK" and it restarts. The Start-up Repair didn't work, I have no restore point to fall back on, and the only other option wouldn't allow JUST my system files to be repaired (twas grayed out; probably cause i don't have a reinstall CD) and I don't want to lose my files. So I tried to delete the "radpppoe.sys" and rename the "radpppoe_orig.sys" back to "radpppoe.sys". I found the codes to do it online but I get the error "Access Denied". I thought that odd since I restored ownership and privileges to ME. I don't know how to change those security settings from the cmd prompt or if it's even feasible.

My last ditch effort COULD be to buy a 1TB drive and back up all my files then reinstall..

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved