Enter Keywords:
1 - 10 of 27(0.014 seconds)
Sort By:
 
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...
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 (...
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...
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...
Zones: MS DOS, AS / 400Date Answered: 09/22/2009 Rating: 8.8 Views: 21
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 ************...
Zones: MS DOSDate Answered: 10/09/2009 Rating: 7.9 Views: 20
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...
Zones: MS DOS, Microsoft OSDate Answered: 03/02/2009 Rating: 9.1 Views: 0
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 ...
Zones: bash, Linux Dev, W...Date Answered: 05/24/2009 Rating: 9.3 Views: 0
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 ...
Zones: MS DOS, Sybase, Windows OSDate Answered: 09/28/2009 Rating: 8.6 Views: 90
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 ...
Zones: Windows Batch, MS DOS, bashDate Answered: 09/15/2008 Rating: 9.3 Views: 0
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...
Zones: Windows NTDate Answered: 05/18/2000 Rating: 8.0 Views: 0