On Tue, Apr 10, 2012 at 7:14 PM, Frank Chang <[email protected]> wrote:
>
> Good evening, We are trying to generate automated SQLITE  SQL scripts based 
> on the names of SQLite tables derived by substring manipulation of Windows 
> DOS batch file and/or Windows environment variables. For example:
>
> /*   mary.bat */
> FOR /f %%a IN ('dir /b *.zip') DO CALL sub %%a
>
>
> /* sub.bat */
> set str=%1
> set camster=%str:~0.17%

The dot should be a comma.

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to