Or try runme.bat path program.exe


Echo off
Cd %1
%2
:exit



On Sunday, November 3, 2013, Bernd Blaauw wrote:

> Miguel Garza schreef op 3-11-2013 16:38:
> > But now FDOS is telling me my PATH is too long and PATH isn't working.
> > So I took some of the paths off the end that I just added, and now PATH
> > is parsed. But is there any way I can have more paths in my PATH?
>
> Perhaps MSDOS or 4DOS allowed longer paths, not sure about
> FreeDOS/FreeCOM. An alternative solution would be to write an individual
> batchfile for each program you'd like to run, and place these batchfiles
> somewhere in C:\DOS or so.
>
> @echo off
> C:
> CD \
> CD PROGRAMS
> CD APPS
> CD MYPROG
> MYPROG.EXE
> CD \
>
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to