I have a DOS application(running on Terminal Services, Win Server 2008 Standard 6.06002 SP2). I need to print to my shared printer on my computer. net use lpt2: \\mycomputer\myprn
. When I "copy file.txt lpt2", it works flawlessly. When my application prints, it shows printer is not found. The DOS application points to lpt2 and using hppcl. I was able to print to my own printer when the DOS application resided on my machine(Win7x32). Any clues?
Joe
Asked:
2012-05-01 13:16:32 +0800 CST
copy \\server01\E$\LogFiles\IVR\bcR\??120428.* \\LBC\workgroup\cs\ftp\Team\bcR\
copy \\server02\E$\LogFiles\IVR\bcR\??120428.* \\LBC\workgroup\cs\ftp\Team\bcR\
copy \\server03\E$\LogFiles\IVR\bcR\??120428.* \\LBC\workgroup\cs\ftp\Team\bcR\
copy \\server04\E$\LogFiles\IVR\bcR\??120428.* \\LBC\workgroup\cs\ftp\Team\bcR\
This is my current script and I have to change the date weekly. I am looking for a script that will look at today's current date minus one day and can modify the 12 04 28. (Year Month Day sample 120408). I need yesterday's date. This script is in DOS
tomwolber
Asked:
2010-07-30 06:25:15 +0800 CST
I have a file named poll001.html, and need to create 100 copies that are named incrementally (i.e poll002.html, poll003.html...etc). I know this is stupid, but it is what boss-man wants. any suggestions to this with either a script, command-line, or python? Again, sorry this is a ridiculous request.
Shiraz Bhaiji
Asked:
2010-03-03 04:50:38 +0800 CST
We have a batch file that takes parameters.
We then read the value of the parameter using %1 for the first parameter.
Question is: How can we check that %1 has a value?