Search found 1 match

by Tactics_Ogre
22 May 2015 12:44
Forum: DOS Batch Forum
Topic: Defining PATH
Replies: 0
Views: 6263

Defining PATH

Hi everyone, I'm a real newb on this so I may not be making any sense. Anyway. I'm trying to set this path to access my program in this .bat @ECHO OFF DEL *. CLS SET _PATH=%PATH%; SET PATH=\DF30;\DF30\SYSTEM;%_PATH% SET DFPATH=\SIKE;\SIKE\DAT;\CEP\DAT;\DF30;\DF30\SYSTEM DFRUN %1 %2 SET PATH=%_PATH% ...