View Single Post
  #2880 (permalink)  
Old 03-20-2010, 08:31 PM
Jbradthomas's Avatar
Jbradthomas
Regular 'Geeker
Offline
Location: USA
 
Join Date: Jul 2008
Posts: 294
Reputation: 505
Jbradthomas knows their stuffJbradthomas knows their stuffJbradthomas knows their stuffJbradthomas knows their stuffJbradthomas knows their stuffJbradthomas knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]

Quote:
Originally Posted by raidzero View Post
Code:
@ECHO OFF
REM generate Package List written for raidzero's kitchen by raidzero
pushd c:\rz.brad_2.5.2012\EXT\RAPH\Baseline (not sure if there is a device subfolder in your kitchen)
 
dir /a:d /s /b | find /v "files" | find /v "0409" > ingredients.txt
(for /f "usebackq delims=" %%a in ("ingredients.txt") do @for %%b in ("%%a\..") do @echo %%~NXb\%%~NXa) > output.txt
del ingredients.txt
 
For /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do @(
Set Day=%%A
Set Date=%%B
Set Month=%%C
Set Year=%%D
Set All=%%B%%C%%D
)
echo %All%
rename output.txt %All%.txt 
move %All%.txt c:\rz.brad_2.5.2012\RUU\ 
notepad c:\rz.brad_2.5.2012\RUU\%All%.txt
did it look like that?
Yes, Except for device subfolder. There is no device folder in TP kitchen.
__________________
JBTROM
Bare Essentials
OSBuilder Kitchen by Barin

Last edited by Jbradthomas; 03-20-2010 at 08:34 PM.
Reply With Quote
This post has been thanked 1 times.