Search found 7 matches

by flyhigh427
03 Aug 2011 10:54
Forum: DOS Batch Forum
Topic: hey how do i set the path in a bat file and config file
Replies: 2
Views: 4003

hey how do i set the path in a bat file and config file

hey yall how do i set the path to find the path, to itself? i mean if it s in drive a this time then in drive f the next time etc. is there a way? thanks @ECHO OFF path=a:\;a:\oak a:\smartdrv.exe prompt=$p$g LH MSCDEX.exe /d:USBCD001 DEVICE=a:\HIMEM.SYS /TESTMEM:OFF DEVICE=a:\EMM386.EXE NOEMS DOS=HI...
by flyhigh427
30 Jun 2010 12:08
Forum: DOS Batch Forum
Topic: how do i get a batch file to tell the defferince between
Replies: 1
Views: 3010

how do i get a batch file to tell the defferince between

how do i get a batch file to tell the defferince between command.com and cmd.exe?
thanks
by flyhigh427
28 Jun 2010 14:43
Forum: DOS Batch Forum
Topic: error bad command or file name
Replies: 2
Views: 4498

Re: error bad command or file name

that did it thanks
by flyhigh427
28 Jun 2010 11:55
Forum: DOS Batch Forum
Topic: error bad command or file name
Replies: 2
Views: 4498

error bad command or file name

hi im using windows 98 boot disk. i seem to be getting the error around the choice part i think could anyone help thanks @echo off :menu cls echo programs MENU echo ========== echo. echo 1 - pqmagic echo 2 - pqdi echo 3 - editbini echo 4 - ghost3 echo 5 - ptedit echo 6 - Quit echo. choice /c:123456>...
by flyhigh427
23 Jun 2010 00:43
Forum: DOS Batch Forum
Topic: are batch file writing different in windows xp and dos 7.1
Replies: 1
Views: 3536

are batch file writing different in windows xp and dos 7.1

when i run this bat file in windows command prompt it works fine when i run it from dos 7.1 prompt i get syntex errors anyone know why? thanks @echo off :start cls echo Input password: IF %DATE:~0,3%==Mon goto mond IF %DATE:~0,3%==Tue goto tues IF %DATE:~0,3%==Wed goto wedd IF %DATE:~0,3%==Thu goto ...
by flyhigh427
07 Mar 2010 09:20
Forum: DOS Batch Forum
Topic: when i run this it wont stay on screen why
Replies: 1
Views: 4085

when i run this it wont stay on screen why

@echo off :start cls echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Main Menu º echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹ echo º 1.power quest di º echo º 2.ghost 2003 º echo º 3.power quest magicº echo º 4.ptedit º echo º 5.editbini º echo º 6.ptsde104 º echo º 7.Shell to DOS º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ choice:/c1234567 ...