Computer Hope

Computer Hope Forum Welcome, Guest. Please login or register.
November 22, 2009, 03:04:50 PM
Home Help Staff Chat Login Register
News: Have your own custom built computer? Come join the self-built computer club.

Computer Hope Forums  >>  Microsoft  >>  Microsoft DOS (Moderator: Computer Hope Admin)  >>  Topic: Batch Programs Thread. 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 24 25 [26] 27 - (Bottom) Print
Author Topic: Batch Programs Thread.  (Read 50941 times)
devcom
Apprentice
*
Posts: 521

Thanked: 37
OS: Windows Vista
Experience: Expert


« Reply #375 on: June 04, 2009, 03:53:08 AM »

you can create it when you select .mp3 file to play
Logged

Download: Choice.exe
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #376 on: June 04, 2009, 01:34:37 PM »

Oh wait I see the problem, Dev,

For the parts of the code with variable CurDir, make sure you surround it in quotes, and also Choice seems to be corrupt.
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
devcom
Apprentice
*
Posts: 521

Thanked: 37
OS: Windows Vista
Experience: Expert


« Reply #377 on: June 04, 2009, 03:29:43 PM »

ok here is player again with working choice.exe but i dont know how to call it when dir have space in in... Huh?

so this will not work:

Code:
"%curDir%\DATA\choice.exe" /C asdf


you can put it to C:\PLAYER for example and it will work Wink




@mac
i see that vista choice.exe work only on vista  Roll Eyes

[attachment deleted by admin]
Logged

Download: Choice.exe
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #378 on: June 04, 2009, 05:17:12 PM »

Thanks for the fix  Wink
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
devcom
Apprentice
*
Posts: 521

Thanked: 37
OS: Windows Vista
Experience: Expert


« Reply #379 on: June 16, 2009, 11:19:35 AM »

Another "game", MasterMind: About

[attachment deleted by admin]
Logged

Download: Choice.exe
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #380 on: June 16, 2009, 04:39:02 PM »

Pretty good game, dev  Cool
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
mattf2171
Starter
*
Posts: 4

Thanked: 0
OS: Windows XP
Experience: Expert


« Reply #381 on: June 17, 2009, 10:46:24 AM »

Im sorry...totally new to the forum.

What i am in need of is a batch file that looks at the date stamps of a particular file.

We are supposed to get new files from a vendor daily, and I want to use my monitoring program to run the batch file to determine if we have recieved a new file in the last 2 days.

Im totally not a programmer!! HA..

Thanks in advance.

Logged
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #382 on: June 17, 2009, 10:48:21 AM »

Please Post a seperate thread outside of this one:

this isnt a help post, its where you post batch programs you've made if you want to share them.
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
devcom
Apprentice
*
Posts: 521

Thanked: 37
OS: Windows Vista
Experience: Expert


« Reply #383 on: June 19, 2009, 12:32:09 PM »

here is my today project still alpha Wink

its what TanZa said about mouse in cmd, so i crated small app in VB.net to get mouse pos.

Basically its menu where you use your mouse, its a little bit tricky and buggy right now but i want to share this with you Wink


EDIT:

here it is again but its not menu its just shows where your cursor is or where you click, im goint to make game with that Wink
fixed some bugs

[attachment deleted by admin]
« Last Edit: June 23, 2009, 05:36:23 PM by devcom » Logged

Download: Choice.exe
batchmaster60
Rookie
*
Posts: 36

Thanked: 1
OS: Windows XP
Experience: Experienced



Viper Icon (I made up Viper)


WWW
« Reply #384 on: June 24, 2009, 07:27:36 AM »

BATCH EDITOR



UPDATE

I added the /I switch to all if commands that involve the input of letters

WHY I MADE THE BATCH EDITOR

I made the batch editor first for me, so I could make batch files really easy
but I decided that I would put It on the internet, after some kind people helped me out on a problem with the batch editor.


ABOUT THE BATCH EDITOR,

The batch editor is a program that lets you use shortcut words to make batch files.
This is the first version, and I will be working on updates.

(If you have any comments, questions or suggestions please feel free to post them.)

THE DOWNLOAD

The download size is 7.6KB
 


 


[attachment deleted by admin]
« Last Edit: June 25, 2009, 05:04:08 PM by batchmaster60 » Logged
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #385 on: June 24, 2009, 10:27:00 AM »

batchmaster,

Very good program, and I have some tips for you:

On the lines with Yes/No/Menu

You can add the /I switch to the If statement to tell if to be Case-Insensitive.
That way you can avoid any Errors with choice selection.

,Nick(macdad-)
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
batchmaster60
Rookie
*
Posts: 36

Thanked: 1
OS: Windows XP
Experience: Experienced



Viper Icon (I made up Viper)


WWW
« Reply #386 on: June 25, 2009, 04:32:07 PM »

Thank you I will definitely make an update. Grin

Is there a way to make it so you can backspace In my program?

and is there also a way to like say move to the middle of the command line and add commands there?
Logged
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #387 on: June 26, 2009, 03:31:47 PM »

Why dont you use Notepad?
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
batchmaster60
Rookie
*
Posts: 36

Thanked: 1
OS: Windows XP
Experience: Experienced



Viper Icon (I made up Viper)


WWW
« Reply #388 on: June 26, 2009, 08:10:06 PM »

I do
Logged
macdad-
Topic Starter
Expert
*
Posts: 2427

Thanked: 36
OS: Windows 2000
Computer: Specs
Experience: Expert
Certifications: List



G-Man Approves


« Reply #389 on: June 27, 2009, 09:52:57 AM »

And yes you can backspace and move around with the arrow keys if you use the Set /P command
Logged

If you dont know DOS, you dont know Windows...

Thats why Bill Gates created the Windows NT Family.
Pages: 1 ... 24 25 [26] 27 - (Top) Print 
Computer Hope Forums  >>  Microsoft  >>  Microsoft DOS (Moderator: Computer Hope Admin)  >>  Topic: Batch Programs Thread. « previous next »
Jump to:  


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright 1998-2008 by Computer Hope (tm). All rights reserved
Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC
Page created in 0.1 seconds with 18 queries.