Search found 3 matches
- 09 Nov 2014 08:36
- Forum: DOS Batch Forum
- Topic: Not able to create tables by using batch cmd
- Replies: 6
- Views: 9668
Re: Not able to create tables by using batch cmd
Sorry i didn't get the suggestion you suggested can you please elaborate in detail?
- 09 Nov 2014 08:30
- Forum: DOS Batch Forum
- Topic: Not able to create tables by using batch cmd
- Replies: 6
- Views: 9668
Re: Not able to create tables by using batch cmd
ShadowThief wrote:And since people here care about this, cross-posted on StackOverflow at http://stackoverflow.com/questions/2682 ... -batch-cmd (although for what it's worth, it was posted here first).
I was just trying my luck.
- 09 Nov 2014 00:18
- Forum: DOS Batch Forum
- Topic: Not able to create tables by using batch cmd
- Replies: 6
- Views: 9668
Not able to create tables by using batch cmd
I want to add gif files into a TABLE (HTML file) by using batch command, I am facing problem with below lines set "table_start=^<table border='1'>" set "table_one=^<tr^>^<th^>^Name^</th^>^<th^>^Remarks^</th^>^</tr^>" when i edit the html file in notepad i don't see tags for table...