Computing.Net > Forums > Windows 95/98 > Dos batch script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Dos batch script

Reply to Message Icon

Name: Ziamak
Date: March 26, 2003 at 10:18:19 Pacific
OS: Windows 98
CPU/Ram: 1 GHz / 256MB
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: elric
Date: March 26, 2003 at 10:37:48 Pacific
Reply:

G'day,

You might have better luck posting this on the DOS forum. They are quite cluey over there.
regards,
Elric


0

Response Number 2
Name: johns
Date: March 26, 2003 at 11:07:48 Pacific
Reply:

Us if exist

if exist c:\????\??? goto runapp
MD c:\????\???
goto runapp

:runapp
c:\????\????\???.exe


0

Response Number 3
Name: Bill68
Date: March 26, 2003 at 11:41:50 Pacific
Reply:

Do we do schoolwork for people on here??????????????????????????


0

Response Number 4
Name: Johns
Date: March 26, 2003 at 12:29:35 Pacific
Reply:

I dont see anything here that says this is for a school project... Other wise i would have replied with...


Look into the If command.
At the DOS prompt type if/? for more info.


0

Response Number 5
Name: Derek
Date: March 26, 2003 at 14:31:59 Pacific
Reply:

You did the right thing Johns, you tried to help which is what these forums are about. I accept this was posted on the wrong forum.

If it was schoolwork then the poster is the loser because he/she did not learn the best way, which is to fathom it out for yourself.


0

Related Posts

See More



Response Number 6
Name: Bill68
Date: March 26, 2003 at 19:53:28 Pacific
Reply:

If it's not schoolwork I am sorry but it looks alot like it to me due to all the detailed requirements.


0

Response Number 7
Name: Johns
Date: March 27, 2003 at 13:34:52 Pacific
Reply:

So your saying that if I gave a bunch of specs on my PC and program I am trying to run from a batch file that it looks like school work?

Go look at the networking and win 2k/XP forum where people are asking how to setup DNS servers and NAT.. That could be anyones school work...

I dont come to this site to ask people if this is for there school project or not, I come here to help...


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Dos batch script

Batch Script and Windows 98 www.computing.net/answers/windows-95/batch-script-and-windows-98/138611.html

Running Dos batch files from Netware 4.11 Login Script on Windows 95 www.computing.net/answers/windows-95/running-dos-batch-files-from-netware-411-login-script-on-windows-95/16720.html

Logon Script - Kixtart www.computing.net/answers/windows-95/logon-script-kixtart/139762.html