Search found 3 matches

by Engerini
17 Apr 2016 17:01
Forum: DOS Batch Forum
Topic: How to create a batch script that does the following
Replies: 3
Views: 3083

Re: How to create a batch script that does the following

Thanks mate, this works perfectly fine. You are a genious! :lol:
by Engerini
16 Apr 2016 22:01
Forum: DOS Batch Forum
Topic: How to create a batch script that does the following
Replies: 3
Views: 3083

Re: How to create a batch script that does the following

I wrote the following script and it ran but didn't open up the pg_menu.nfo page. please help.

Code: Select all

@echo off
net use Z: /D > null
net use Z: \\bwswh03\PNGInLaw
Z:autoreg
z: views pg_menu.nfo
by Engerini
14 Apr 2016 18:08
Forum: DOS Batch Forum
Topic: How to create a batch script that does the following
Replies: 3
Views: 3083

How to create a batch script that does the following

a. Checks if x: drive is already mapped to \\<servername>\<foldername>. If not pr if x: drive is mapped to something else, it removes that and maps it. b. Runs a Autoreg.exe program located in the mapped x: drive c. Runs a Views.exe and opens a pg_menu.nfo The batch will be saved on a shared drive. ...