Hello
I have text file which contains the following text line
29/12/08 11:00 255 CLG1003.DAT
I want to make a date and time from 29/12/08 11:00 portion of the text line in a batc...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_24014841.htm...
Zones:
Windows BatchDate Answered: 01/01/2009 Rating: 8.8 Views: 5
Hi everyone..
When I open a dos window and go to the directory C:\documents and settings\username\local settings\temporary internet files, I get three directories one of them being content.IE5 (...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23870885.htm...
Zones:
Windows BatchDate Answered: 11/07/2008 Rating: 6.6 Views: 0
I have a script from another post on how to copy the first file, last file or randomly. What I would like to do is copy the middle file. So, if directory A has 200 files, I would like to copy the...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24748313.html
Zones:
MS DOSDate Answered: 09/22/2009 Rating: 9.6 Views: 0
The line below will start a printer. The printer requires username and password. Is it possible to pass these credentials to a program via script. Batch or some other? The program has two optio...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24752674.html
Zones:
MS DOS,
AS / 400Date Answered: 09/22/2009 Rating: 8.8 Views: 10
Hello friends,
I saw two batch files....
One is DOIT.bat which contains.....
****************************
cd C:\test\
for /f %%a IN ('dir /b *.txt') do call RUNNER.bat %%~na
************...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24351433.html
Zones:
MS DOSDate Answered: 10/09/2009 Rating: 7.9 Views: 26
Is there a way of passing 2 separate variables to a batch file? I want to automate a routine . I want to be able to act on variable 1 and 2. I would like the batch file to prompt the user for th...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24155537.html
Hi,
May i know how to convert the following MSDOS Batch File to linux BASH Script ?
@echo off
for /F "skip=3 usebackq tokens=*" %%i in (`cmd /c "vzlist -ao veid"`) do (cmd /c "vzbackup "%%i ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24434464.html
Hello,
i want to hide hide password input in batch called alot of isql procedure i have an example below but i need to hide password input.
when you start the bacth it call for password , i ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24713227.html
Hello,
Can someone please help me with find and replace strings in a file. This is what am trying to do:
FOR /F "tokens=1" %%G IN (host.txt) DO
For /F "tokens=1,2" %%A IN ('type %%G.txt') do ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23733083.htm...
I am new to DOS batch files...This should be easy..But I have not been able to get it...
I need to write some text to a new file, then append the IP address of the computer running the batch.. the...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10350178.html
Zones:
Windows NTDate Answered: 05/18/2000 Rating: 8.0 Views: 0