Microsoft
Software
Hardware
Network
Question : Redirection in batch file
For example
The command line dir>mydir.txt works fine but if i put exactly the same line in a batch file (because I want to use variables like %1) it will work but display a strange output:
ie. "dir 1>mydir.txt"
(and dir
mydir.txt")
and dir>>mydir.txt will be ok,
Answer : Redirection in batch file
Thats fine. > is effectively 1> but when you add a parameter like %1 then dir %1>mydir.txt will become dir % 1>mydir.txt so what you want is dir %1 >mydir.txt !
Steve
Random Solutions
Excel - Delete all rows below the last row of data
Powerpoint media catalog file stoped working
When I export acrobat to XML, 3 fields are xfdf but the rest aren't, anyone know how to fix?
Exchange Spam
MS Win XP SP3 will not install on a Dell Inspiron 700m notebook, which runs XP SP2
User is unable to loginto workstations
Windows XP Media player. What is the extensions of a DVD that i can use.
Charset in Excel Printing through VBA
RDP error : The client could not establish a connection to the remote computer
How do I run a windows command in powershell with parameters that include hyphens - having problems, specifically with WBADMIN