• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Can someone have a look if this is actually capable to go to tool section?

Status
Not open for further replies.
Can someone have a look if this is actually capable to go to tool section?

I Had Zero Talent making Screenshot tutorial.. sorry... need someone help

it's made by me
I used Batch

this is a really simple tool but it is useful (at least for me)
it can work on my computer at least.. im not sure if it work on others computer...

put it in a folder because it creates other file
if you guys want to guide me how to improve this then thank you...
(i learn to make this from youtube... so it may be bad)

designed for window 8 user :p
the idea is pin this to your taskbar and select the program in a list to open it
basically shortcut in a shortcut

note that my coding knowledge is limited because i learn it from youtube
i will put .bat and .exe to let you all see

People are welcome to see inside the .bat and give me idea and guide me xd

i use this to reduce shortcut in my desktop
any idea feel free to tell and
feel free to guide me to make my code better

forgot to mention.. to open the program.. type the program's number

attachment.php
attachment.php

 

Attachments

  • Hayate's Tool.zip
    40.4 KB · Views: 43
  • Hayate.png
    Hayate.png
    17.4 KB · Views: 164
  • 2.png
    2.png
    9.7 KB · Views: 170
Last edited:

Deleted member 219079

D

Deleted member 219079

What kind of virus is this? Keep going, maybe someday you can join Russian hackers :)
 

Deleted member 219079

D

Deleted member 219079

attachment.php


Have you decided the hacker group yet? :)

I can't actually believe you made me to try the exe lol I'm so dumb...
 

Attachments

  • asdf.png
    asdf.png
    6.2 KB · Views: 199
you know... my antivirus once delete program that i made myself
i don't know why though
how bout me posting code here to prove it is harmless?


there are some comment (which i used for backup and trial and error before)

@echo off
Color F0
Title Toolies
SETLOCAL ENABLEDELAYEDEXPANSION
set Choice=Default
set EOB=Default
set AOR=Default
SET FilePath=
set Text01=@echo off
set Text02=echo
if not exist Settings.bat (
echo %Text01% > Settings.bat
)


echo x=msgbox("FilePath not Found",48,"Error") >Error.vbs
echo x=msgbox("Reseted!",0,"Reseted") >Reset.vbs
echo x=msgbox("Unable to Create Settings.bat",0,"Error") >FailReset.vbs
echo x=msgbox("Added",0,"Successfully Added") >Added.vbs

:StartingPoint
cls
echo Hayate Toolies
Call Settings.bat
echo.
echo Type Settings to Edit Settings

set /P Choice=Choose the Program:


::if /I "%Choice:"=%"LEQ"settings" goto start program


if /I "%Choice:"=%"=="settings" (
goto SettingsSet
)


::if %Choice% LEQ %Numberz% goto start program
::if not defined option goto StratingPoint
for /f "tokens=1* delims=0123456789" %%a in ("A0%Choice:"=%") do if not "%%b"=="" goto StartingPoint
goto start program

goto StartingPoint


:SettingsSet
set Choice=Default
cls
::set /P EOB=Edit/Go Back?:
::if /I "%EOB:"=%"=="Edit" goto editz
::goto StartingPoint

:editz
set EOB=Default
cls
echo Command
echo 1.Add
echo 2.Reset
echo 3.Back
echo 4.Exit
set /P AOR=Choose Your Command:
if /I "%AOR:"=%"=="Add" goto Adding
if /I "%AOR:"=%"=="Exit" Exit
if /I "%AOR:"=%"=="Back" goto StartingPoint
if /I "%AOR:"=%"=="Reset" (
echo %Text01% > Settings.bat
goto Resetz
)

set EOB=Default
goto SettingsSet

:Resetz
set AOR=Default
if exist Settings.bat (
start Reset.vbs
echo set /a Numberz= 0 >Number.bat
goto :SettingsSet
)

:Adding
set AOR=Default
cls
set /P FilePath=Drag the File Here:
if not exist %FilePath% (
start Error.vbs
goto SettingsSet
)
cls
for %%i in (%FilePath%) do set FileName=%%~ni
echo %FileName%
echo %FilePath%
set /P BoolC=Y/N:
if /I "%BoolC:"=%"=="y" goto Savetosetting

set BoolC=Default
goto SettingsSet

:Savetosetting
set BoolC=Default
if exist Number.bat call Number.bat
echo set /a Numberz= %Numberz% + 1 >Number.bat
call Number.bat
echo %Text02% %Numberz%.%FileName% >> Settings.bat
echo set FP%Numberz%=%FilePath% >> Settings.bat
start Added.vbs


goto SettingsSet

:start program
cls
set ChosenProg=%Choice%
if exist Number.bat call Number.bat
if /I %ChosenProg% GTR %Numberz% goto StartingPoint

start "" !FP%ChosenProg%!
goto StartingPoint

::set FP_DY=FP%ChosenProg%
::echo "" %%FP_DY%%
::pause
::start "" %FP_DY%


goto StartingPoint


:rename

forgot to mention.. to open the program.. type the program's number
 

Deleted member 219079

D

Deleted member 219079

Well ok.. If you want tips then :
>Can you avoid AV warning about the program?
>More documentation on what everything does would be appreciated
 

Deleted member 219079

D

Deleted member 219079

Focus on English lessons at school so you can get better
 
I think the idea of this tool certainly comes from a sound basis, though.

I have oft encountered a similar problem, and wrestled with what the right answer is.

I've just finished a day of WC3 modeling and modding, and I have 14 - 16 programs running on my windows 7 tablet laptop. I think that > 30% of the time spent was probably spent navigating back to the "Documents\Warcraft III Modding\Models\Creeps" directory and not getting it confused with my "Documents\Warcraft III Modding\HeavensFall\ModDevelopment\Custom Arts\Models\Creeps" directory, nor with the "Documents\Warcraft\Models\Creeps" directory.

Some of that all is a personal issue, but I think there ought to be a better way to manage. Like a "Warcraft studio" program, of sorts, that just bundles the advancements made by individual programmers with WC3 into one big thing that launches all the programs you want and pipes data between them. Say I'm editing a model in the Matrix Eater, for example. Why shouldn't the computer know how to pipe that model into Magos's Model Editor for me? It's the same every time. Save to file -> open same file in different program. Then I want to pipe that model into the World Editor.

These things are only different programs because they were written by different people, at different times. If we had the sourcecode to them all, and a group meeting of the authors, the ideal program would be if they all just wrapped together into one. One "World Editor" that could edit models, view animations, and do anything you needed. How hard is it to add a 3D editing module to JNGP, I wonder?
 

Deleted member 219079

D

Deleted member 219079

You dont need asc for w7. Use ccleaner and av.
 
Status
Not open for further replies.
Top