Search found 3 matches

by adeline
18 Jun 2012 02:53
Forum: DOS Batch Forum
Topic: calling python script in batch file..
Replies: 4
Views: 4737

Re: calling python script in batch file..

hi both,

thanks.It worked :)
by adeline
17 Jun 2012 19:43
Forum: DOS Batch Forum
Topic: calling python script in batch file..
Replies: 4
Views: 4737

calling python script in batch file..

hi, i just develop a python script and wondering how to call it in batch file so that i can automate in schedule task. say, in cmd i need to type in python.py <input.txt> <output.txt> but if i write in batch file, how shall i go with it say python.py cannot be recognize as batch file? #i have instal...
by adeline
14 Jun 2012 03:14
Forum: DOS Batch Forum
Topic: use batch file to insert string "NULL" ..
Replies: 1
Views: 2350

use batch file to insert string "NULL" ..

Basically i need to fill in some string on column that is NULL.. just insert NULL(string) here is the scenario input.txt field1 field2 field3 AAAA BBBB CCCC DDDD EEEE FFFF GGGG HHHH Those empty one shall put a NULL inside something like this,, output.txt field1 field2 field3 AAAA BBBB CCCC DDDD NULL...