Not sure if this is the right forum.
I need to have a batch script which calls up a 32-bit application. The part that I am interested in is that a directory must be created prior to the launch of the application. There has to be some kind of conditional logic to ascertain if the directory exists or not and this must only be done in windows 98 workstations. This batch script is being called from within Oracle Forms and hence will run by users using Windows 2000 and Windows 98
Here's what I have so far:
@echo off
c:
C:\AVN_Win\AVN.EXE
I need to have a batch script which calls up a 32-bit application. The part that I am interested in is that a directory must be created prior to the launch of the application. There has to be some kind of conditional logic to ascertain if the directory exists or not and this must only be done in windows 98 workstations. This batch script is being called from within Oracle Forms and hence will run by users using Windows 2000 and Windows 98
Here's what I have so far:
@echo off
c:
C:\AVN_Win\AVN.EXE