Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Batch file

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
siil
How do I cheat?
Reputation: 0

Joined: 27 Jul 2009
Posts: 1

PostPosted: Fri Feb 11, 2011 3:27 am    Post subject: Batch file Reply with quote

I was wondering how to create files with batch script. I use for creating folders this(batch file has menu(input choice(if statements and then goto (folder), Creatfile etc))):

:Folder
echo Enter the name of folder to create
set folder=
set /p folder=
mkdir %folder%
Goto menu

And now i was wondering how to create files so you could enter the name of file and it would create it.

:CreateFile
echo Enter the name of file to create
set cfile=
set /p cfile=
**********
**********
Goto menu

In ******* its the code i need to create files.
And im using XP so i dont have choice command, i have set /p
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Fri Feb 11, 2011 12:19 pm    Post subject: Reply with quote

Code:
@echo off
echo. 2>derp.txt


Will create an empty text file named derp.txt

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites