A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: .bat file problems running on win 98?

  1. #1
    Junior Member
    Join Date
    Aug 2003
    Posts
    9

    .bat file problems running on win 98?

    I have a projector burned to a cd. I am using fscommand to call a .bat file that will open a directory on the cd in front of the projector. I have tested the cd on both Win 2000 and Win XP. However, I just tried it on a win 98 box and when the dos windows opens it displays a "bad command of file name" instead of opening the folder.

    ok.. I decifered that @echo doesnt work on win 98.. so I took the @ symbol off, works fine without the @ on all os so far). Now when I try to call the bat file I am getting another error in the dos prompt (on win 98 only)..

    E:\fscommand>echo off
    bad command or filename

    now what's this about? please please help.. i have to get this done within the next 3 hours

    fyi, my .bat file now has in it:

    echo off
    start..\screensaver\
    exit


    EDIT: Fixed the code, nevermind
    Last edited by Sexkitten1; 11-11-2003 at 04:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center