The FOR command opens the JOBS.TXT file and reads all blank seperated tokens. Most likely, it has paths to script files, one per line.
The JOBS.CMD file is then called for each of the read tokens in JOBS.TXT.
The problem is probably in JOBS.TXT. One of the paths is missing an extention.
Hi all,
I have the following line in a .cmd file, main.cmd
FOR /F %%i in (jobs.txt) do jobs.cmd %%i
The jobs.cmd file has this line of code:
cscript.exe %i
The jobs.txt file has a bunch of vbscripts that need to be executed.
When I run the file main.cmd, it tells me "There is no file extension in g:\g. Is some thing wrong with my code?
Thanks.

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic