Search found 2 matches

by mbsarwin
Sun Mar 01, 2009 3:43 am
Forum: Digital Atmosphere
Topic: RELEASED: V1.52 beta (SUPERSEDED)
Replies: 4
Views: 25432

Installed DA2.0 in xp.

Tried the Gird 50x50. the maps output looks finer.

But the grid.txt output remained 30x30.

How do I get the 50x50 text output? Will it be in the same grid.txt or in some other file.

regards
mbsarwin
by mbsarwin
Sat Aug 23, 2008 9:50 am
Forum: Digital Atmosphere scripting laboratory
Topic: creating file names with time and date?
Replies: 4
Views: 23661

hi, you can use this example to try out what you want to do. i have used it successfuly to make copy the downladed files with date and time to do the archival. @echo off rem rename syn.dat With Name Date and Time for /f "tokens=2-4 delims=/- " %%a in ('date /t') do set XDate=%%a-%%b-%%c fo...