WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Launching WinBatch and Other Apps
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Launch WinBatch with a
List of WBT Files

Keywords:   WinExeName 

Here's how to launch a new copy of WinBatch.exe, along with a list of WBT files:
origdir=Dirget()

wbtfiles=FileItemize("xxx*.wbt")

FileNum=ItemCount(wbtfiles, @tab)

For FileIndex=1 to FileNum
  
  File=ItemExtract(FileIndex, wbtfiles, @tab)

  RunWait(WinExeName(""), File)	 ; returns full path to WB wbt	

Article ID:   W13271
Filename:   Launch WinBatch with List of WBT Files.txt
File Created: 1999:04:15:16:52:54
Last Updated: 1999:04:15:16:52:54