Search Results

Search: Posts Made By: upszot
2,377
Posted By upszot
WOW . it's good thanks
WOW . it's good

thanks
2,377
Posted By upszot
HI thanks, so is working echo %TIME% |...
HI

thanks, so is working

echo %TIME% | sed -e "s/[:,.]//g" > file.tmp

for /F %%A in (file.tmp) DO SET TIEMPO1=%%A
del /F /Q file.tmp
echo valor de tiempo1 = %TIEMPO1%
But my original...
2,377
Posted By upszot
[gnuwin32] sed & variable %TIME% {solved}
HI..

I made ".bat" in windows 2003 , with

set TIEMPO1= %TIME% | sed -e "s/://g" -e "s/,//g"
echo valor de tiempo1 = %TIEMPO1%
when i execute this, the result is
but if i open cmd, and...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy