Recent content by pppuser

  1. P

    batch file to run local from remote location

    thanks i realized my mistake now it's working
  2. P

    batch file to run local from remote location

    hello everyone, i have batch file that compress all the folders where it located and create self extract file (exe) the command that execute is for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a -sfx "%%X.exe" "%%X\" i'm trying to simplify the process for some teacher to run batch file from...