Question about dini
#9

Hi again,
If you use Windows, you can use a batch script:

loop.bat
Код:
@echo off
FOR %%x IN (*) DO (
	echo Name=%%~nx >> %%x
)
Example:
Код:
Var1=int
Var2=int
Var3=string
Var4=float
Name=NameFileWithoutExtension
If you use linux, please tell me
Reply


Messages In This Thread
Question about dini - by CoDeZ - 24.08.2012, 16:14
Re: Question about dini - by Roko_foko - 24.08.2012, 16:24
Re: Question about dini - by LaGrande - 24.08.2012, 17:09
Re: Question about dini - by CoDeZ - 24.08.2012, 17:34
Re: Question about dini - by Roko_foko - 24.08.2012, 18:44
Re: Question about dini - by LaGrande - 24.08.2012, 19:23
Re: Question about dini - by Roko_foko - 24.08.2012, 20:00
Re: Question about dini - by CoDeZ - 24.08.2012, 22:00
Respuesta: Question about dini - by Vladeksh - 31.08.2012, 00:36
Re: Question about dini - by Tika Spic - 31.08.2012, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)